diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/AttachmentModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/AttachmentModel.go | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/AttachmentModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/AttachmentModel.go deleted file mode 100644 index 58048802..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/AttachmentModel.go +++ /dev/null @@ -1,21 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -import "time" - -// Attachment undocumented -type Attachment struct { - // Entity is the base model of Attachment - Entity - // LastModifiedDateTime undocumented - LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` - // Name undocumented - Name *string `json:"name,omitempty"` - // ContentType undocumented - ContentType *string `json:"contentType,omitempty"` - // Size undocumented - Size *int `json:"size,omitempty"` - // IsInline undocumented - IsInline *bool `json:"isInline,omitempty"` -} |