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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // CalculatedColumn undocumented
     6  type CalculatedColumn struct {
     7  	// Object is the base model of CalculatedColumn
     8  	Object
     9  	// Format undocumented
    10  	Format *string `json:"format,omitempty"`
    11  	// Formula undocumented
    12  	Formula *string `json:"formula,omitempty"`
    13  	// OutputType undocumented
    14  	OutputType *string `json:"outputType,omitempty"`
    15  }