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

package msgraph

// DefaultColumnValue undocumented
type DefaultColumnValue struct {
	// Object is the base model of DefaultColumnValue
	Object
	// Formula undocumented
	Formula *string `json:"formula,omitempty"`
	// Value undocumented
	Value *string `json:"value,omitempty"`
}