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