5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 09:02:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/EnumPlace.go

41 lines
1.3 KiB
Go
Raw Normal View History

2020-09-04 21:29:13 +00:00
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// PlaceType undocumented
type PlaceType string
const (
// PlaceTypeVUnknown undocumented
PlaceTypeVUnknown PlaceType = "unknown"
// PlaceTypeVRoom undocumented
PlaceTypeVRoom PlaceType = "room"
// PlaceTypeVRoomList undocumented
PlaceTypeVRoomList PlaceType = "roomList"
// PlaceTypeVPublicPlace undocumented
PlaceTypeVPublicPlace PlaceType = "publicPlace"
// PlaceTypeVPersonalPlace undocumented
PlaceTypeVPersonalPlace PlaceType = "personalPlace"
)
var (
// PlaceTypePUnknown is a pointer to PlaceTypeVUnknown
PlaceTypePUnknown = &_PlaceTypePUnknown
// PlaceTypePRoom is a pointer to PlaceTypeVRoom
PlaceTypePRoom = &_PlaceTypePRoom
// PlaceTypePRoomList is a pointer to PlaceTypeVRoomList
PlaceTypePRoomList = &_PlaceTypePRoomList
// PlaceTypePPublicPlace is a pointer to PlaceTypeVPublicPlace
PlaceTypePPublicPlace = &_PlaceTypePPublicPlace
// PlaceTypePPersonalPlace is a pointer to PlaceTypeVPersonalPlace
PlaceTypePPersonalPlace = &_PlaceTypePPersonalPlace
)
var (
_PlaceTypePUnknown = PlaceTypeVUnknown
_PlaceTypePRoom = PlaceTypeVRoom
_PlaceTypePRoomList = PlaceTypeVRoomList
_PlaceTypePPublicPlace = PlaceTypeVPublicPlace
_PlaceTypePPersonalPlace = PlaceTypeVPersonalPlace
)