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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // LookupColumn undocumented
     6  type LookupColumn struct {
     7  	// Object is the base model of LookupColumn
     8  	Object
     9  	// AllowMultipleValues undocumented
    10  	AllowMultipleValues *bool `json:"allowMultipleValues,omitempty"`
    11  	// AllowUnlimitedLength undocumented
    12  	AllowUnlimitedLength *bool `json:"allowUnlimitedLength,omitempty"`
    13  	// ColumnName undocumented
    14  	ColumnName *string `json:"columnName,omitempty"`
    15  	// ListID undocumented
    16  	ListID *string `json:"listId,omitempty"`
    17  	// PrimaryLookupColumnID undocumented
    18  	PrimaryLookupColumnID *string `json:"primaryLookupColumnId,omitempty"`
    19  }