diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/FileSystemInfoModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/FileSystemInfoModel.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/FileSystemInfoModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/FileSystemInfoModel.go deleted file mode 100644 index d0c5713a..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/FileSystemInfoModel.go +++ /dev/null @@ -1,17 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -import "time" - -// FileSystemInfo undocumented -type FileSystemInfo struct { - // Object is the base model of FileSystemInfo - Object - // CreatedDateTime undocumented - CreatedDateTime *time.Time `json:"createdDateTime,omitempty"` - // LastAccessedDateTime undocumented - LastAccessedDateTime *time.Time `json:"lastAccessedDateTime,omitempty"` - // LastModifiedDateTime undocumented - LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` -} |