blob: d211b4dbc2521bb6ba933e7d0c356e61784fc387 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go 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"`
}
|