summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ContentInfoModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ContentInfoModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/ContentInfoModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ContentInfoModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ContentInfoModel.go
deleted file mode 100644
index 83fbca1f..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/ContentInfoModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// ContentInfo undocumented
-type ContentInfo struct {
- // Object is the base model of ContentInfo
- Object
- // Format undocumented
- Format *ContentFormat `json:"format,omitempty"`
- // State undocumented
- State *ContentState `json:"state,omitempty"`
- // Identifier undocumented
- Identifier *string `json:"identifier,omitempty"`
- // Metadata undocumented
- Metadata []KeyValuePair `json:"metadata,omitempty"`
-}