package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. bytesUsed : int64;
    (*

    The storage quota bytes used by the service.

    *)
  2. 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