Class ListWorkspacesResponse
Response message for TablesService.ListWorkspaces.
Implements
Namespace: Google.Area120.Tables.V1Alpha1
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class ListWorkspacesResponse : IMessage<ListWorkspacesResponse>, IEquatable<ListWorkspacesResponse>, IDeepCloneable<ListWorkspacesResponse>, IBufferMessage, IMessage, IPageResponse<Workspace>, IEnumerable<Workspace>, IEnumerable
Constructors
ListWorkspacesResponse()
Declaration
public ListWorkspacesResponse()
ListWorkspacesResponse(ListWorkspacesResponse)
Declaration
public ListWorkspacesResponse(ListWorkspacesResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListWorkspacesResponse | other |
Properties
NextPageToken
A token, which can be sent as page_token
to retrieve the next page.
If this field is empty, there are no subsequent pages.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Workspaces
The list of workspaces.
Declaration
public RepeatedField<Workspace> Workspaces { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Workspace> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<Workspace> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<Workspace> |