blob: 19322494cf2c6640eb84a37403250dc9f944a1c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// LocateDeviceActionResult undocumented
type LocateDeviceActionResult struct {
// DeviceActionResult is the base model of LocateDeviceActionResult
DeviceActionResult
// DeviceLocation device location
DeviceLocation *DeviceGeoLocation `json:"deviceLocation,omitempty"`
}
|