blob: e3932f5326ea9c093146434368ad749d9e1961e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// EnrollmentProfileSetDefaultProfileRequestParameter undocumented
type EnrollmentProfileSetDefaultProfileRequestParameter struct {
}
// EnrollmentProfileUpdateDeviceProfileAssignmentRequestParameter undocumented
type EnrollmentProfileUpdateDeviceProfileAssignmentRequestParameter struct {
// DeviceIDs undocumented
DeviceIDs []string `json:"deviceIds,omitempty"`
}
|