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