summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/EncryptContentModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/EncryptContentModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/EncryptContentModel.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/EncryptContentModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/EncryptContentModel.go
new file mode 100644
index 00000000..9194d28e
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/EncryptContentModel.go
@@ -0,0 +1,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"`
+}