AboutStorageQuota class
The user's storage quota limits and usage.
For users that are part of an organization with pooled storage, information about the limit and usage across all services is for the organization, rather than the individual user. All fields are measured in bytes.
Constructors
- AboutStorageQuota({String? limit, String? usage, String? usageInDrive, String? usageInDriveTrash})
- AboutStorageQuota.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- limit ↔ String?
-
The usage limit, if applicable.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- usage ↔ String?
-
The total usage across all services.
getter/setter pair
- usageInDrive ↔ String?
-
The usage by all files in Google Drive.
getter/setter pair
- usageInDriveTrash ↔ String?
-
The usage by trashed files in Google Drive.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited