diff options
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelLocate.go')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelLocate.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelLocate.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelLocate.go new file mode 100644 index 0000000..1932249 --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelLocate.go @@ -0,0 +1,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"` +} |
