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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // PlannerPreviewType undocumented
     6  type PlannerPreviewType string
     7  
     8  const (
     9  	// PlannerPreviewTypeVAutomatic undocumented
    10  	PlannerPreviewTypeVAutomatic PlannerPreviewType = "automatic"
    11  	// PlannerPreviewTypeVNoPreview undocumented
    12  	PlannerPreviewTypeVNoPreview PlannerPreviewType = "noPreview"
    13  	// PlannerPreviewTypeVChecklist undocumented
    14  	PlannerPreviewTypeVChecklist PlannerPreviewType = "checklist"
    15  	// PlannerPreviewTypeVDescription undocumented
    16  	PlannerPreviewTypeVDescription PlannerPreviewType = "description"
    17  	// PlannerPreviewTypeVReference undocumented
    18  	PlannerPreviewTypeVReference PlannerPreviewType = "reference"
    19  )
    20  
    21  var (
    22  	// PlannerPreviewTypePAutomatic is a pointer to PlannerPreviewTypeVAutomatic
    23  	PlannerPreviewTypePAutomatic = &_PlannerPreviewTypePAutomatic
    24  	// PlannerPreviewTypePNoPreview is a pointer to PlannerPreviewTypeVNoPreview
    25  	PlannerPreviewTypePNoPreview = &_PlannerPreviewTypePNoPreview
    26  	// PlannerPreviewTypePChecklist is a pointer to PlannerPreviewTypeVChecklist
    27  	PlannerPreviewTypePChecklist = &_PlannerPreviewTypePChecklist
    28  	// PlannerPreviewTypePDescription is a pointer to PlannerPreviewTypeVDescription
    29  	PlannerPreviewTypePDescription = &_PlannerPreviewTypePDescription
    30  	// PlannerPreviewTypePReference is a pointer to PlannerPreviewTypeVReference
    31  	PlannerPreviewTypePReference = &_PlannerPreviewTypePReference
    32  )
    33  
    34  var (
    35  	_PlannerPreviewTypePAutomatic   = PlannerPreviewTypeVAutomatic
    36  	_PlannerPreviewTypePNoPreview   = PlannerPreviewTypeVNoPreview
    37  	_PlannerPreviewTypePChecklist   = PlannerPreviewTypeVChecklist
    38  	_PlannerPreviewTypePDescription = PlannerPreviewTypeVDescription
    39  	_PlannerPreviewTypePReference   = PlannerPreviewTypeVReference
    40  )