Class: Google::Apis::MeetV2::ActiveConference
- Inherits:
-
Object
- Object
- Google::Apis::MeetV2::ActiveConference
- 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
-
#conference_record ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ActiveConference
constructor
A new instance of ActiveConference.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_record ⇒ String
Output only. Reference to 'ConferenceRecord' resource. Format:
conferenceRecords/
conference_recordwhere
conference_record`is a unique
ID for each instance of a call within a space.
Corresponds to the JSON property
conferenceRecord`
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 |