blob: f19079d20eef28af34f3435711b9b98b80011c7a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ConfigurationManagerAction undocumented
type ConfigurationManagerAction struct {
// Object is the base model of ConfigurationManagerAction
Object
// Action The action type to trigger on Configuration Manager client
Action *ConfigurationManagerActionType `json:"action,omitempty"`
}
|