Module GapiCalendarV3Model.CreateConferenceRequest

type t = {
conferenceSolutionKey : ConferenceSolutionKey.t;

The conference solution, such as Hangouts or Hangouts Meet.

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.

status : ConferenceRequestStatus.t;

The status of the conference create request.

}
val conferenceSolutionKey : (tConferenceSolutionKey.t) GapiLens.t
val requestId : (t, string) GapiLens.t
val status : (tConferenceRequestStatus.t) 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