summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/PictureModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/PictureModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/PictureModel.go17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/PictureModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/PictureModel.go
new file mode 100644
index 00000000..b8a534b0
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/PictureModel.go
@@ -0,0 +1,17 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// Picture undocumented
+type Picture struct {
+ // Entity is the base model of Picture
+ Entity
+ // Width undocumented
+ Width *int `json:"width,omitempty"`
+ // Height undocumented
+ Height *int `json:"height,omitempty"`
+ // ContentType undocumented
+ ContentType *string `json:"contentType,omitempty"`
+ // Content undocumented
+ Content *Stream `json:"content,omitempty"`
+}