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