summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ExternalFileModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ExternalFileModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ExternalFileModel.go29
1 files changed, 0 insertions, 29 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ExternalFileModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ExternalFileModel.go
deleted file mode 100644
index ebf82e1d..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/ExternalFileModel.go
+++ /dev/null
@@ -1,29 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-import "time"
-
-// ExternalFile undocumented
-type ExternalFile struct {
- // ExternalItem is the base model of ExternalFile
- ExternalItem
- // CreatedDateTime undocumented
- CreatedDateTime *time.Time `json:"createdDateTime,omitempty"`
- // ModifiedDateTime undocumented
- ModifiedDateTime *time.Time `json:"modifiedDateTime,omitempty"`
- // CreatedBy undocumented
- CreatedBy *string `json:"createdBy,omitempty"`
- // LastModifiedBy undocumented
- LastModifiedBy *string `json:"lastModifiedBy,omitempty"`
- // Title undocumented
- Title *string `json:"title,omitempty"`
- // URL undocumented
- URL *string `json:"url,omitempty"`
- // Name undocumented
- Name *string `json:"name,omitempty"`
- // Extension undocumented
- Extension *string `json:"extension,omitempty"`
- // Size undocumented
- Size *int `json:"size,omitempty"`
-}