Msg.Drive¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Msg.Drive(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Msg.DriveService
is a subclass ofMsg.Service
for communicating with the MS Graph API.Details: https://learn.microsoft.com/en-us/graph/api/resources/drive?view=graph-rest-1.0
- classmethod new()¶
- Returns:
the newly created
MsgDrive
- Return type:
Creates a new
MsgDrive
.
- classmethod new_from_json(object)¶
- Parameters:
object (
Json.Object
) – The json object to parse- Raises:
- Returns:
the newly created
MsgDrive
- Return type:
Creates a new
MsgDrive
from json response object.
- get_created()¶
- Returns:
created time of drive
- Return type:
Get created time of drive.
- get_drive_type()¶
- Returns:
the drive type of drive
- Return type:
Gets the drive type of the drive.
- get_modified()¶
- Returns:
modified time of drive
- Return type:
Gets the modified time of the drive.
- get_remaining()¶
- Returns:
remaining size of drive
- Return type:
Gets the remaining size of the drive.