summaryrefslogblamecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumBody.go
blob: 6b88333984b7aee5802e1e5b441d6c4420235235 (plain) (tree)
1
                                                






















                                                      
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// BodyType undocumented
type BodyType string

const (
	// BodyTypeVText undocumented
	BodyTypeVText BodyType = "text"
	// BodyTypeVHTML undocumented
	BodyTypeVHTML BodyType = "html"
)

var (
	// BodyTypePText is a pointer to BodyTypeVText
	BodyTypePText = &_BodyTypePText
	// BodyTypePHTML is a pointer to BodyTypeVHTML
	BodyTypePHTML = &_BodyTypePHTML
)

var (
	_BodyTypePText = BodyTypeVText
	_BodyTypePHTML = BodyTypeVHTML
)