GoogleApi.Meet.V2.Model.ActiveConference (google_api_meet v0.4.0)
View SourceActive conference.
Attributes
-
conferenceRecord
(type:String.t
, default:nil
) - Output only. Reference to 'ConferenceRecord' resource. Format:conferenceRecords/{conference_record}
where{conference_record}
is a unique ID for each instance of a call within a space.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Meet.V2.Model.ActiveConference{ conferenceRecord: String.t() | nil }