blob: 9194d28ed6c3c3d9675d997d8d3dcfc681790f16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// EncryptContent undocumented
type EncryptContent struct {
// LabelActionBase is the base model of EncryptContent
LabelActionBase
// EncryptWith undocumented
EncryptWith *EncryptWith `json:"encryptWith,omitempty"`
}
|