blob: 7bc69643fbcc476e3bc3452084c28b1a5e0e8993 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// 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"`
}
|