summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelCalculated.go
blob: c71bef3db1beae50660d85069a48c1069e97bd60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// CalculatedColumn undocumented
type CalculatedColumn struct {
	// Object is the base model of CalculatedColumn
	Object
	// Format undocumented
	Format *string `json:"format,omitempty"`
	// Formula undocumented
	Formula *string `json:"formula,omitempty"`
	// OutputType undocumented
	OutputType *string `json:"outputType,omitempty"`
}