Module About.QuotaBytesByService

type t = {
bytesUsed : int64;(*

The storage quota bytes used by the service.

*)
serviceName : string;(*

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