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