Class: Google::Apps::Meet::V2beta::ListParticipantsResponse
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2beta::ListParticipantsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2beta/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.
-
#participants ⇒ ::Array<::Google::Apps::Meet::V2beta::Participant>
List of participants in one page.
-
#total_size ⇒ ::Integer
Total, exact number of
participants.
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.
167 168 169 170 |
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 167 class ListParticipantsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#participants ⇒ ::Array<::Google::Apps::Meet::V2beta::Participant>
Returns List of participants in one page.
167 168 169 170 |
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 167 class ListParticipantsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
Returns Total, exact number of participants. By default, this field isn't
included in the response. Set the field mask in
SystemParameterContext
to receive this field in the response.
167 168 169 170 |
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 167 class ListParticipantsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |