Class: Google::Apis::MeetV2::ActiveConference

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/meet_v2/classes.rb,
lib/google/apis/meet_v2/representations.rb,
lib/google/apis/meet_v2/representations.rb

Overview

Active conference.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ActiveConference

Returns a new instance of ActiveConference.



36
37
38
# File 'lib/google/apis/meet_v2/classes.rb', line 36

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#conference_recordString

Output only. Reference to 'ConferenceRecord' resource. Format: conferenceRecords/conference_recordwhereconference_record`is a unique ID for each instance of a call within a space. Corresponds to the JSON propertyconferenceRecord`

Returns:

  • (String)


34
35
36
# File 'lib/google/apis/meet_v2/classes.rb', line 34

def conference_record
  @conference_record
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



41
42
43
# File 'lib/google/apis/meet_v2/classes.rb', line 41

def update!(**args)
  @conference_record = args[:conference_record] if args.key?(:conference_record)
end