sig
  type t = { bytesUsed : int64; serviceName : string; }
  val bytesUsed :
    (GapiDriveV2Model.About.QuotaBytesByService.t, int64) GapiLens.t
  val serviceName :
    (GapiDriveV2Model.About.QuotaBytesByService.t, string) GapiLens.t
  val empty : GapiDriveV2Model.About.QuotaBytesByService.t
  val render :
    GapiDriveV2Model.About.QuotaBytesByService.t ->
    GapiJson.json_data_model list
  val parse :
    GapiDriveV2Model.About.QuotaBytesByService.t ->
    GapiJson.json_data_model -> GapiDriveV2Model.About.QuotaBytesByService.t
end