github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelLocate.go (about)

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