Class
MsgDrive
Description [src]
final class Msg.Drive : GObject.Object {
/* No available fields */
}
MsgDriveService is a subclass of MsgService for communicating with the MS Graph API.
Details: https://learn.microsoft.com/en-us/graph/api/resources/drive?view=graph-rest-1.0
Constructors
msg_drive_new
Creates a new MsgDrive.
msg_drive_new_from_json
Creates a new MsgDrive from json response object.
Instance methods
msg_drive_get_created
Get created time of drive.
msg_drive_get_drive_type
Gets the drive type of the drive.
msg_drive_get_id
Gets the ID of the drive.
msg_drive_get_modified
Gets the modified time of the drive.
msg_drive_get_name
Gets tthe name of the drive.
msg_drive_get_remaining
Gets the remaining size of the drive.
msg_drive_get_total
Gets the total size of the drive.
msg_drive_get_used
Gets the used size of the drive.
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.