package gapi-ocaml

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

    The conference solution, such as Hangouts or Hangouts Meet.

    *)
  2. requestId : string;
    (*

    The client-generated unique ID for this request. Clients should regenerate this ID for every new request. If an ID provided is the same as for the previous request, the request is ignored.

    *)
  3. status : ConferenceRequestStatus.t;
    (*

    The status of the conference create request.

    *)
}
val conferenceSolutionKey : (t, ConferenceSolutionKey.t) GapiLens.t
val requestId : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t