\Microsoft\Graph\ModelFileSystemInfo

FileSystemInfo class

Summary

Methods
Properties
Constants
__construct()
getCreatedDateTime()
setCreatedDateTime()
getLastModifiedDateTime()
setLastModifiedDateTime()
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

FileSystemInfo constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

getCreatedDateTime()

getCreatedDateTime() : \Microsoft\Graph\Model\datetime

Gets the createdDateTime

Returns

\Microsoft\Graph\Model\datetime —

The createdDateTime

setCreatedDateTime()

setCreatedDateTime(\Microsoft\Graph\Model\datetime  $val) : null

Sets the createdDateTime

Parameters

\Microsoft\Graph\Model\datetime $val

The value of the createdDateTime

Returns

null

getLastModifiedDateTime()

getLastModifiedDateTime() : \Microsoft\Graph\Model\datetime

Gets the lastModifiedDateTime

Returns

\Microsoft\Graph\Model\datetime —

The lastModifiedDateTime

setLastModifiedDateTime()

setLastModifiedDateTime(\Microsoft\Graph\Model\datetime  $val) : null

Sets the lastModifiedDateTime

Parameters

\Microsoft\Graph\Model\datetime $val

The value of the lastModifiedDateTime

Returns

null