github.com/yaegashi/msgraph.go@v0.1.4/v1.0/EnumBody.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // BodyType undocumented
     6  type BodyType string
     7  
     8  const (
     9  	// BodyTypeVText undocumented
    10  	BodyTypeVText BodyType = "text"
    11  	// BodyTypeVHTML undocumented
    12  	BodyTypeVHTML BodyType = "html"
    13  )
    14  
    15  var (
    16  	// BodyTypePText is a pointer to BodyTypeVText
    17  	BodyTypePText = &_BodyTypePText
    18  	// BodyTypePHTML is a pointer to BodyTypeVHTML
    19  	BodyTypePHTML = &_BodyTypePHTML
    20  )
    21  
    22  var (
    23  	_BodyTypePText = BodyTypeVText
    24  	_BodyTypePHTML = BodyTypeVHTML
    25  )