blob: 248a0828e35468ce48b655098a83735ba22531a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DriveItemUploadableProperties undocumented
type DriveItemUploadableProperties struct {
// Object is the base model of DriveItemUploadableProperties
Object
// Description undocumented
Description *string `json:"description,omitempty"`
// FileSystemInfo undocumented
FileSystemInfo *FileSystemInfo `json:"fileSystemInfo,omitempty"`
// Name undocumented
Name *string `json:"name,omitempty"`
// FileSize undocumented
FileSize *int `json:"fileSize,omitempty"`
}
|