diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueTextModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueTextModel.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueTextModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueTextModel.go new file mode 100644 index 00000000..4c2a5a21 --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/GroupPolicyPresentationValueTextModel.go @@ -0,0 +1,11 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// GroupPolicyPresentationValueText The entity represents a string value for a drop-down list, combo box, or text box presentation on a policy definition. +type GroupPolicyPresentationValueText struct { + // GroupPolicyPresentationValue is the base model of GroupPolicyPresentationValueText + GroupPolicyPresentationValue + // Value A string value for the associated presentation. + Value *string `json:"value,omitempty"` +} |