Class: Google::Apps::Meet::V2::ActiveConference
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::ActiveConference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2/resource.rb
Overview
Active conference.
Instance Attribute Summary collapse
-
#conference_record ⇒ ::String
readonly
Output only.
Instance Attribute Details
#conference_record ⇒ ::String (readonly)
Returns 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.
56 57 58 59 |
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 56 class ActiveConference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |