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

package msgraph

// GroupAssignmentTarget undocumented
type GroupAssignmentTarget struct {
	// DeviceAndAppManagementAssignmentTarget is the base model of GroupAssignmentTarget
	DeviceAndAppManagementAssignmentTarget
	// GroupID The group Id that is the target of the assignment.
	GroupID *string `json:"groupId,omitempty"`
}