mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 03:02:30 +00:00
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
15
vendor/github.com/yaegashi/msgraph.go/beta/ModelGeo.go
generated
vendored
Normal file
15
vendor/github.com/yaegashi/msgraph.go/beta/ModelGeo.go
generated
vendored
Normal file
@@ -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"`
|
||||
}
|
Reference in New Issue
Block a user