mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-27 03:11:36 +00:00
10 lines
381 B
Go
10 lines
381 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// WindowsAutopilotDeploymentProfilePolicySetItem A class containing the properties used for windows autopilot deployment profile PolicySetItem.
|
||
|
type WindowsAutopilotDeploymentProfilePolicySetItem struct {
|
||
|
// PolicySetItem is the base model of WindowsAutopilotDeploymentProfilePolicySetItem
|
||
|
PolicySetItem
|
||
|
}
|