Class: Google::Apps::Meet::V2::GetParticipantSessionRequest
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::GetParticipantSessionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2/service.rb
Overview
Request to get a participant session.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the participant.
178 179 180 181 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 178 class GetParticipantSessionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |