// 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"` }