blob: 98b7995f26e0c9fe9017f43a8100b9e31d1e3429 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// IOSVppEBookAssignment Contains properties used to assign an iOS VPP EBook to a group.
type IOSVppEBookAssignment struct {
// ManagedEBookAssignment is the base model of IOSVppEBookAssignment
ManagedEBookAssignment
}
|