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