mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 12:10:26 +00:00
12 lines
342 B
Go
12 lines
342 B
Go
// 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"`
|
|
}
|