summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumLocation.go
blob: 88a38b2152a3f025738780fa87f74a69ca40f769 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
// 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
)