GapiCalendarV3Model.CreateConferenceRequest
type t = {
status : ConferenceRequestStatus.t; | (* The status of the conference create request. *) |
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. *) |
conferenceSolutionKey : ConferenceSolutionKey.t; | (* The conference solution, such as Hangouts or Google Meet. *) |
}
val status : ( t, ConferenceRequestStatus.t ) GapiLens.t
val requestId : ( t, string ) GapiLens.t
val conferenceSolutionKey : ( t, ConferenceSolutionKey.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