summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/DateTimeColumnModel.go
blob: 97e60cfabc579753d0d9b73b3f32e6771a12cea6 (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

// DateTimeColumn undocumented
type DateTimeColumn struct {
	// Object is the base model of DateTimeColumn
	Object
	// DisplayAs undocumented
	DisplayAs *string `json:"displayAs,omitempty"`
	// Format undocumented
	Format *string `json:"format,omitempty"`
}