diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ProfilePhotoModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/ProfilePhotoModel.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ProfilePhotoModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ProfilePhotoModel.go deleted file mode 100644 index df22c7f5..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/ProfilePhotoModel.go +++ /dev/null @@ -1,13 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// ProfilePhoto undocumented -type ProfilePhoto struct { - // Entity is the base model of ProfilePhoto - Entity - // Height undocumented - Height *int `json:"height,omitempty"` - // Width undocumented - Width *int `json:"width,omitempty"` -} |