\Microsoft\Graph\ModelDriveItemUploadableProperties

DriveItemUploadableProperties class

Summary

Methods
Properties
Constants
__construct()
getName()
setName()
getDescription()
setDescription()
getFileSystemInfo()
setFileSystemInfo()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_propDict
N/A

Properties

$_propDict

$_propDict : \Microsoft\Graph\Model\array(string

The array of properties available to the model

Type

\Microsoft\Graph\Model\array(string — => string)

Methods

__construct()

__construct(array  $propDict = array()) : null

DriveItemUploadableProperties constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

getName()

getName() : string

Gets the name

Returns

string —

The name

setName()

setName(string  $val) : null

Sets the name

Parameters

string $val

The value of the name

Returns

null

getDescription()

getDescription() : string

Gets the description

Returns

string —

The description

setDescription()

setDescription(string  $val) : null

Sets the description

Parameters

string $val

The value of the description

Returns

null

setFileSystemInfo()

setFileSystemInfo(\Microsoft\Graph\Model\FileSystemInfo  $val) : null

Sets the fileSystemInfo

Parameters

\Microsoft\Graph\Model\FileSystemInfo $val

The value to assign to the fileSystemInfo

Returns

null