diff options
author | Qais Patankar <qaisjp@gmail.com> | 2020-03-15 22:43:46 +0000 |
---|---|---|
committer | Wim <wim@42.be> | 2020-03-22 00:02:48 +0100 |
commit | 76e5fe5a87d7e60919075f96eee599f3c6255a9f (patch) | |
tree | af3181ad6aadaea02069473a3718a827be888426 /vendor/github.com/yaegashi/msgraph.go/beta/EnumLocation.go | |
parent | 802c80f40c709ba4967de317e40a8d6abe57f6be (diff) | |
download | matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.tar.gz matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.tar.bz2 matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.zip |
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EnumLocation.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/EnumLocation.go | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EnumLocation.go b/vendor/github.com/yaegashi/msgraph.go/beta/EnumLocation.go new file mode 100644 index 00000000..030baf1d --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/EnumLocation.go @@ -0,0 +1,102 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// LocationType undocumented +type LocationType string + +const ( + // LocationTypeVDefault undocumented + LocationTypeVDefault LocationType = "default" + // LocationTypeVConferenceRoom undocumented + LocationTypeVConferenceRoom LocationType = "conferenceRoom" + // LocationTypeVHomeAddress undocumented + LocationTypeVHomeAddress LocationType = "homeAddress" + // LocationTypeVBusinessAddress undocumented + LocationTypeVBusinessAddress LocationType = "businessAddress" + // LocationTypeVGeoCoordinates undocumented + LocationTypeVGeoCoordinates LocationType = "geoCoordinates" + // LocationTypeVStreetAddress undocumented + LocationTypeVStreetAddress LocationType = "streetAddress" + // LocationTypeVHotel undocumented + LocationTypeVHotel LocationType = "hotel" + // LocationTypeVRestaurant undocumented + LocationTypeVRestaurant LocationType = "restaurant" + // LocationTypeVLocalBusiness undocumented + LocationTypeVLocalBusiness LocationType = "localBusiness" + // LocationTypeVPostalAddress undocumented + LocationTypeVPostalAddress LocationType = "postalAddress" +) + +var ( + // LocationTypePDefault is a pointer to LocationTypeVDefault + LocationTypePDefault = &_LocationTypePDefault + // LocationTypePConferenceRoom is a pointer to LocationTypeVConferenceRoom + LocationTypePConferenceRoom = &_LocationTypePConferenceRoom + // LocationTypePHomeAddress is a pointer to LocationTypeVHomeAddress + LocationTypePHomeAddress = &_LocationTypePHomeAddress + // LocationTypePBusinessAddress is a pointer to LocationTypeVBusinessAddress + LocationTypePBusinessAddress = &_LocationTypePBusinessAddress + // LocationTypePGeoCoordinates is a pointer to LocationTypeVGeoCoordinates + LocationTypePGeoCoordinates = &_LocationTypePGeoCoordinates + // LocationTypePStreetAddress is a pointer to LocationTypeVStreetAddress + LocationTypePStreetAddress = &_LocationTypePStreetAddress + // LocationTypePHotel is a pointer to LocationTypeVHotel + LocationTypePHotel = &_LocationTypePHotel + // LocationTypePRestaurant is a pointer to LocationTypeVRestaurant + LocationTypePRestaurant = &_LocationTypePRestaurant + // LocationTypePLocalBusiness is a pointer to LocationTypeVLocalBusiness + LocationTypePLocalBusiness = &_LocationTypePLocalBusiness + // LocationTypePPostalAddress is a pointer to LocationTypeVPostalAddress + LocationTypePPostalAddress = &_LocationTypePPostalAddress +) + +var ( + _LocationTypePDefault = LocationTypeVDefault + _LocationTypePConferenceRoom = LocationTypeVConferenceRoom + _LocationTypePHomeAddress = LocationTypeVHomeAddress + _LocationTypePBusinessAddress = LocationTypeVBusinessAddress + _LocationTypePGeoCoordinates = LocationTypeVGeoCoordinates + _LocationTypePStreetAddress = LocationTypeVStreetAddress + _LocationTypePHotel = LocationTypeVHotel + _LocationTypePRestaurant = LocationTypeVRestaurant + _LocationTypePLocalBusiness = LocationTypeVLocalBusiness + _LocationTypePPostalAddress = LocationTypeVPostalAddress +) + +// LocationUniqueIDType undocumented +type LocationUniqueIDType string + +const ( + // LocationUniqueIDTypeVUnknown undocumented + LocationUniqueIDTypeVUnknown LocationUniqueIDType = "unknown" + // LocationUniqueIDTypeVLocationStore undocumented + LocationUniqueIDTypeVLocationStore LocationUniqueIDType = "locationStore" + // LocationUniqueIDTypeVDirectory undocumented + LocationUniqueIDTypeVDirectory LocationUniqueIDType = "directory" + // LocationUniqueIDTypeVPrivate undocumented + LocationUniqueIDTypeVPrivate LocationUniqueIDType = "private" + // LocationUniqueIDTypeVBing undocumented + LocationUniqueIDTypeVBing LocationUniqueIDType = "bing" +) + +var ( + // LocationUniqueIDTypePUnknown is a pointer to LocationUniqueIDTypeVUnknown + LocationUniqueIDTypePUnknown = &_LocationUniqueIDTypePUnknown + // LocationUniqueIDTypePLocationStore is a pointer to LocationUniqueIDTypeVLocationStore + LocationUniqueIDTypePLocationStore = &_LocationUniqueIDTypePLocationStore + // LocationUniqueIDTypePDirectory is a pointer to LocationUniqueIDTypeVDirectory + LocationUniqueIDTypePDirectory = &_LocationUniqueIDTypePDirectory + // LocationUniqueIDTypePPrivate is a pointer to LocationUniqueIDTypeVPrivate + LocationUniqueIDTypePPrivate = &_LocationUniqueIDTypePPrivate + // LocationUniqueIDTypePBing is a pointer to LocationUniqueIDTypeVBing + LocationUniqueIDTypePBing = &_LocationUniqueIDTypePBing +) + +var ( + _LocationUniqueIDTypePUnknown = LocationUniqueIDTypeVUnknown + _LocationUniqueIDTypePLocationStore = LocationUniqueIDTypeVLocationStore + _LocationUniqueIDTypePDirectory = LocationUniqueIDTypeVDirectory + _LocationUniqueIDTypePPrivate = LocationUniqueIDTypeVPrivate + _LocationUniqueIDTypePBing = LocationUniqueIDTypeVBing +) |