diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/PlaceModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/PlaceModel.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/PlaceModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/PlaceModel.go deleted file mode 100644 index 7bc69643..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/PlaceModel.go +++ /dev/null @@ -1,17 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// Place undocumented -type Place struct { - // Entity is the base model of Place - Entity - // DisplayName undocumented - DisplayName *string `json:"displayName,omitempty"` - // GeoCoordinates undocumented - GeoCoordinates *OutlookGeoCoordinates `json:"geoCoordinates,omitempty"` - // Phone undocumented - Phone *string `json:"phone,omitempty"` - // Address undocumented - Address *PhysicalAddress `json:"address,omitempty"` -} |