Class: Google::Apps::Meet::V2beta::ListMembersRequest
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2beta::ListMembersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2beta/service.rb
Overview
Request to list all members of a space.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. Maximum number of members to return. The service might return fewer than this value. If unspecified, at most 25 members are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.
169 170 171 172 |
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 169 class ListMembersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Page token returned from previous List Call.
169 170 171 172 |
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 169 class ListMembersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format: spaces/{space}.
169 170 171 172 |
# File 'proto_docs/google/apps/meet/v2beta/service.rb', line 169 class ListMembersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |