blob: be6b8ab5e4bbb78eb4d92df7422ad547880306fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// IOSVppAppAssignedUserLicense iOS Volume Purchase Program user license assignment. This class does not support Create, Delete, or Update.
type IOSVppAppAssignedUserLicense struct {
// IOSVppAppAssignedLicense is the base model of IOSVppAppAssignedUserLicense
IOSVppAppAssignedLicense
}
|