blob: 50cbc2ada79cc01eaac3fc15c4abc0cdb5e2b9b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// GroupPolicyPresentationText Represents an ADMX text element.
type GroupPolicyPresentationText struct {
// GroupPolicyPresentation is the base model of GroupPolicyPresentationText
GroupPolicyPresentation
}
|