diff options
| author | Mistivia <i@mistivia.com> | 2025-11-02 15:27:18 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-11-02 15:27:18 +0800 |
| commit | e9c24f4af7ed56760f6db7941827d09f6db9020b (patch) | |
| tree | 62128c43b883ce5e3148113350978755779bb5de /teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumLocation.go | |
| parent | 58d5e7cfda4781d8a57ec52aefd02983835c301a (diff) | |
add matterbridge
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumLocation.go')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumLocation.go | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumLocation.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumLocation.go new file mode 100644 index 0000000..88a38b2 --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumLocation.go @@ -0,0 +1,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 +) |
