Class: Google::Apps::Meet::V2beta::Participant
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2beta::Participant
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2beta/resource.rb
Overview
Developer Preview. User who attended or is attending a conference.
Instance Attribute Summary collapse
-
#anonymous_user ⇒ ::Google::Apps::Meet::V2beta::AnonymousUser
Anonymous user.
-
#earliest_start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#latest_end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#phone_user ⇒ ::Google::Apps::Meet::V2beta::PhoneUser
User who calls in from their phone.
-
#signedin_user ⇒ ::Google::Apps::Meet::V2beta::SignedinUser
Signed-in user.
Instance Attribute Details
#anonymous_user ⇒ ::Google::Apps::Meet::V2beta::AnonymousUser
Returns Anonymous user.
162 163 164 165 |
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 162 class Participant include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#earliest_start_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time when the participant joined the meeting for the first time.
162 163 164 165 |
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 162 class Participant include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#latest_end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Time when the participant left the meeting for the last time. This can be null if it is an active meeting.
162 163 164 165 |
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 162 class Participant include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Resource name of the participant.
Format: conferenceRecords/{conference_record}/participants/{participant}.
162 163 164 165 |
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 162 class Participant include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phone_user ⇒ ::Google::Apps::Meet::V2beta::PhoneUser
Returns User who calls in from their phone.
162 163 164 165 |
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 162 class Participant include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#signedin_user ⇒ ::Google::Apps::Meet::V2beta::SignedinUser
Returns Signed-in user.
162 163 164 165 |
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 162 class Participant include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |