Class: Google::Area120::Tables::V1alpha1::ListWorkspacesResponse
- Inherits:
-
Object
- Object
- Google::Area120::Tables::V1alpha1::ListWorkspacesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/area120/tables/v1alpha1/tables.rb
Overview
Response message for TablesService.ListWorkspaces.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#workspaces ⇒ ::Array<::Google::Area120::Tables::V1alpha1::Workspace>
The list of workspaces.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is empty, there are no subsequent pages.
105 106 107 108 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 105 class ListWorkspacesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workspaces ⇒ ::Array<::Google::Area120::Tables::V1alpha1::Workspace>
Returns The list of workspaces.
105 106 107 108 |
# File 'proto_docs/google/area120/tables/v1alpha1/tables.rb', line 105 class ListWorkspacesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |