5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 05:32:32 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumLocation.go
2020-09-04 23:29:13 +02:00

103 lines
4.6 KiB
Go

// Code generated by msgraph.go/gen 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
)