blob: 0299a4172a26acec404a4313a017e30836fe997e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ProtectByTemplateAction undocumented
type ProtectByTemplateAction struct {
// InformationProtectionAction is the base model of ProtectByTemplateAction
InformationProtectionAction
// TemplateID undocumented
TemplateID *string `json:"templateId,omitempty"`
}
|