diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueBooleanModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueBooleanModel.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueBooleanModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueBooleanModel.go new file mode 100644 index 00000000..8b7f397b --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueBooleanModel.go @@ -0,0 +1,11 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// GroupPolicyPresentationValueBoolean The entity represents a Boolean value of a checkbox presentation on a policy definition. +type GroupPolicyPresentationValueBoolean struct { + // GroupPolicyPresentationValue is the base model of GroupPolicyPresentationValueBoolean + GroupPolicyPresentationValue + // Value An boolean value for the associated presentation. + Value *bool `json:"value,omitempty"` +} |