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