summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EncryptWithTemplateModel.go
blob: 5a29cf2c3724bee5ba0775889dd977bb46422826 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// EncryptWithTemplate undocumented
type EncryptWithTemplate struct {
	// EncryptContent is the base model of EncryptWithTemplate
	EncryptContent
	// TemplateID undocumented
	TemplateID *string `json:"templateId,omitempty"`
	// AvailableForEncryption undocumented
	AvailableForEncryption *bool `json:"availableForEncryption,omitempty"`
}