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

80 lines
2.2 KiB
Go

// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// ContentAlignment undocumented
type ContentAlignment string
const (
// ContentAlignmentVLeft undocumented
ContentAlignmentVLeft ContentAlignment = "left"
// ContentAlignmentVRight undocumented
ContentAlignmentVRight ContentAlignment = "right"
// ContentAlignmentVCenter undocumented
ContentAlignmentVCenter ContentAlignment = "center"
)
var (
// ContentAlignmentPLeft is a pointer to ContentAlignmentVLeft
ContentAlignmentPLeft = &_ContentAlignmentPLeft
// ContentAlignmentPRight is a pointer to ContentAlignmentVRight
ContentAlignmentPRight = &_ContentAlignmentPRight
// ContentAlignmentPCenter is a pointer to ContentAlignmentVCenter
ContentAlignmentPCenter = &_ContentAlignmentPCenter
)
var (
_ContentAlignmentPLeft = ContentAlignmentVLeft
_ContentAlignmentPRight = ContentAlignmentVRight
_ContentAlignmentPCenter = ContentAlignmentVCenter
)
// ContentFormat undocumented
type ContentFormat string
const (
// ContentFormatVDefault undocumented
ContentFormatVDefault ContentFormat = "default"
// ContentFormatVEmail undocumented
ContentFormatVEmail ContentFormat = "email"
)
var (
// ContentFormatPDefault is a pointer to ContentFormatVDefault
ContentFormatPDefault = &_ContentFormatPDefault
// ContentFormatPEmail is a pointer to ContentFormatVEmail
ContentFormatPEmail = &_ContentFormatPEmail
)
var (
_ContentFormatPDefault = ContentFormatVDefault
_ContentFormatPEmail = ContentFormatVEmail
)
// ContentState undocumented
type ContentState string
const (
// ContentStateVRest undocumented
ContentStateVRest ContentState = "rest"
// ContentStateVMotion undocumented
ContentStateVMotion ContentState = "motion"
// ContentStateVUse undocumented
ContentStateVUse ContentState = "use"
)
var (
// ContentStatePRest is a pointer to ContentStateVRest
ContentStatePRest = &_ContentStatePRest
// ContentStatePMotion is a pointer to ContentStateVMotion
ContentStatePMotion = &_ContentStatePMotion
// ContentStatePUse is a pointer to ContentStateVUse
ContentStatePUse = &_ContentStatePUse
)
var (
_ContentStatePRest = ContentStateVRest
_ContentStatePMotion = ContentStateVMotion
_ContentStatePUse = ContentStateVUse
)