blob: a1659c6f143a0a7f659bf7baffc90b0541804c31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// EducationSynchronizationLicenseAssignment undocumented
type EducationSynchronizationLicenseAssignment struct {
// Object is the base model of EducationSynchronizationLicenseAssignment
Object
// AppliesTo undocumented
AppliesTo *EducationUserRole `json:"appliesTo,omitempty"`
// SKUIDs undocumented
SKUIDs []string `json:"skuIds,omitempty"`
}
|