forked from jshiffer/matterbridge
10 lines
289 B
Go
10 lines
289 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// IOSEducationDeviceConfiguration iOS Education configuration profile
|
||
|
type IOSEducationDeviceConfiguration struct {
|
||
|
// DeviceConfiguration is the base model of IOSEducationDeviceConfiguration
|
||
|
DeviceConfiguration
|
||
|
}
|