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