About.StorageQuota
type t = {
limit : int64;
The usage limit, if applicable. This will not be present if the user has unlimited storage.
*)usage : int64;
The total usage across all services.
*)usageInDrive : int64;
The usage by all files in Google Drive.
*)usageInDriveTrash : int64;
The usage by trashed files in Google Drive.
*)}
val limit : (t, int64) GapiLens.t
val usage : (t, int64) GapiLens.t
val usageInDrive : (t, int64) GapiLens.t
val usageInDriveTrash : (t, int64) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t