summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumBody.go
blob: 6b88333984b7aee5802e1e5b441d6c4420235235 (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
// 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
)