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

package msgraph

// OMASettingBoolean undocumented
type OMASettingBoolean struct {
	// OMASetting is the base model of OMASettingBoolean
	OMASetting
	// Value Value.
	Value *bool `json:"value,omitempty"`
}