TTMSFNCCloudGoogleDriveInfo Class
Holds account information for the connected user, including the account name and storage quota usage.
API unit family: TMSFNCCloudGoogleDrive
Inherits from: TPersistent
Syntax
TTMSFNCCloudGoogleDriveInfo = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Quota | Total storage quota allocated to the account, in bytes. |
| QuotaUsed | Storage currently used by the account, in bytes. |
| UserName | Display name of the connected account. |