forked from lug/matterbridge
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
102
vendor/github.com/yaegashi/msgraph.go/beta/EnumLocation.go
generated
vendored
Normal file
102
vendor/github.com/yaegashi/msgraph.go/beta/EnumLocation.go
generated
vendored
Normal file
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user