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

package msgraph

// GroupMembershipGovernanceCriteria undocumented
type GroupMembershipGovernanceCriteria struct {
	// GovernanceCriteria is the base model of GroupMembershipGovernanceCriteria
	GovernanceCriteria
	// GroupID undocumented
	GroupID *string `json:"groupId,omitempty"`
}