blob: 3eb7454bd1034fd866d1e0186693aea65e76d1f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DeviceManagementScriptPolicySetItem A class containing the properties used for device management script PolicySetItem.
type DeviceManagementScriptPolicySetItem struct {
// PolicySetItem is the base model of DeviceManagementScriptPolicySetItem
PolicySetItem
}
|