GoogleDrive::AboutStorageQuota
Inherits OpenApi::Json / OpenApi::Validatable / JSON::Serializable::Unmapped / JSON::Serializable / Reference / Object
The user's storage quota limits and usage. All fields are measured in bytes.
Constructors
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
The usage limit, if applicable. This will not be present if the user has unlimited storage.
Custom attribute writer method checking allowed values (enum). @param [Object] limit Object to be assigned
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Custom attribute writer method checking allowed values (enum). @param [Object] usage Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] usage_in_drive Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] usage_in_drive_trash Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid