summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelPlace.go
blob: c9d54d556f0512b58907b2209c4da56b037adbfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by msgraph.go/gen 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"`
}