5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-22 05:36:53 +00:00

12 lines
347 B
Go
Raw Normal View History

// 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"`
}