blob: eecc9f80b21163b052e0dc169ac69769b59e1d05 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// RemoveProtectionAction undocumented
type RemoveProtectionAction struct {
// InformationProtectionAction is the base model of RemoveProtectionAction
InformationProtectionAction
}
|