GoogleApi.Meet.V2.Model.ActiveConference (google_api_meet v0.4.0)

View Source

Active 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

t()

@type t() :: %GoogleApi.Meet.V2.Model.ActiveConference{
  conferenceRecord: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.