Class: Google::Apps::Meet::V2::ListParticipantSessionsResponse
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::ListParticipantSessionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2/service.rb
Overview
Response of ListParticipants method.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to be circulated back for further List call if current List doesn’t include all the participants.
-
#participant_sessions ⇒ ::Array<::Google::Apps::Meet::V2::ParticipantSession>
List of participants in one page.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to be circulated back for further List call if current List doesn’t include all the participants. Unset if all participants are returned.
222 223 224 225 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 222 class ListParticipantSessionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#participant_sessions ⇒ ::Array<::Google::Apps::Meet::V2::ParticipantSession>
Returns List of participants in one page.
222 223 224 225 |
# File 'proto_docs/google/apps/meet/v2/service.rb', line 222 class ListParticipantSessionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |