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

package msgraph

// CurrencyColumn undocumented
type CurrencyColumn struct {
	// Object is the base model of CurrencyColumn
	Object
	// Locale undocumented
	Locale *string `json:"locale,omitempty"`
}