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