github.com/yaegashi/msgraph.go@v0.1.4/beta/EnumContent.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ContentAlignment undocumented
     6  type ContentAlignment string
     7  
     8  const (
     9  	// ContentAlignmentVLeft undocumented
    10  	ContentAlignmentVLeft ContentAlignment = "left"
    11  	// ContentAlignmentVRight undocumented
    12  	ContentAlignmentVRight ContentAlignment = "right"
    13  	// ContentAlignmentVCenter undocumented
    14  	ContentAlignmentVCenter ContentAlignment = "center"
    15  )
    16  
    17  var (
    18  	// ContentAlignmentPLeft is a pointer to ContentAlignmentVLeft
    19  	ContentAlignmentPLeft = &_ContentAlignmentPLeft
    20  	// ContentAlignmentPRight is a pointer to ContentAlignmentVRight
    21  	ContentAlignmentPRight = &_ContentAlignmentPRight
    22  	// ContentAlignmentPCenter is a pointer to ContentAlignmentVCenter
    23  	ContentAlignmentPCenter = &_ContentAlignmentPCenter
    24  )
    25  
    26  var (
    27  	_ContentAlignmentPLeft   = ContentAlignmentVLeft
    28  	_ContentAlignmentPRight  = ContentAlignmentVRight
    29  	_ContentAlignmentPCenter = ContentAlignmentVCenter
    30  )
    31  
    32  // ContentFormat undocumented
    33  type ContentFormat string
    34  
    35  const (
    36  	// ContentFormatVDefault undocumented
    37  	ContentFormatVDefault ContentFormat = "default"
    38  	// ContentFormatVEmail undocumented
    39  	ContentFormatVEmail ContentFormat = "email"
    40  )
    41  
    42  var (
    43  	// ContentFormatPDefault is a pointer to ContentFormatVDefault
    44  	ContentFormatPDefault = &_ContentFormatPDefault
    45  	// ContentFormatPEmail is a pointer to ContentFormatVEmail
    46  	ContentFormatPEmail = &_ContentFormatPEmail
    47  )
    48  
    49  var (
    50  	_ContentFormatPDefault = ContentFormatVDefault
    51  	_ContentFormatPEmail   = ContentFormatVEmail
    52  )
    53  
    54  // ContentState undocumented
    55  type ContentState string
    56  
    57  const (
    58  	// ContentStateVRest undocumented
    59  	ContentStateVRest ContentState = "rest"
    60  	// ContentStateVMotion undocumented
    61  	ContentStateVMotion ContentState = "motion"
    62  	// ContentStateVUse undocumented
    63  	ContentStateVUse ContentState = "use"
    64  )
    65  
    66  var (
    67  	// ContentStatePRest is a pointer to ContentStateVRest
    68  	ContentStatePRest = &_ContentStatePRest
    69  	// ContentStatePMotion is a pointer to ContentStateVMotion
    70  	ContentStatePMotion = &_ContentStatePMotion
    71  	// ContentStatePUse is a pointer to ContentStateVUse
    72  	ContentStatePUse = &_ContentStatePUse
    73  )
    74  
    75  var (
    76  	_ContentStatePRest   = ContentStateVRest
    77  	_ContentStatePMotion = ContentStateVMotion
    78  	_ContentStatePUse    = ContentStateVUse
    79  )