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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ChoiceColumn undocumented
     6  type ChoiceColumn struct {
     7  	// Object is the base model of ChoiceColumn
     8  	Object
     9  	// AllowTextEntry undocumented
    10  	AllowTextEntry *bool `json:"allowTextEntry,omitempty"`
    11  	// Choices undocumented
    12  	Choices []string `json:"choices,omitempty"`
    13  	// DisplayAs undocumented
    14  	DisplayAs *string `json:"displayAs,omitempty"`
    15  }