diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelGeo.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ModelGeo.go | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelGeo.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelGeo.go new file mode 100644 index 00000000..a5ff16b7 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelGeo.go @@ -0,0 +1,15 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// GeoCoordinates undocumented +type GeoCoordinates struct { + // Object is the base model of GeoCoordinates + Object + // Altitude undocumented + Altitude *float64 `json:"altitude,omitempty"` + // Latitude undocumented + Latitude *float64 `json:"latitude,omitempty"` + // Longitude undocumented + Longitude *float64 `json:"longitude,omitempty"` +} |