module QuotaBytesByService:sig..end
type t = {
|
bytesUsed : |
(* |
The storage quota bytes used by the service.
| *) |
|
serviceName : |
(* |
The service's name, e.g. DRIVE, GMAIL, or PHOTOS.
| *) |
val bytesUsed : (t, int64) GapiLens.t
val serviceName : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t