Interface protos.google.area120.tables.v1alpha1.IListWorkspacesResponse (1.2.8)

Properties of a ListWorkspacesResponse.

Package

@google/area120-tables!

Properties

nextPageToken

nextPageToken?: (string|null);

ListWorkspacesResponse nextPageToken

Property Value
TypeDescription
(string|null)

workspaces

workspaces?: (google.area120.tables.v1alpha1.IWorkspace[]|null);

ListWorkspacesResponse workspaces

Property Value
TypeDescription
(google.area120.tables.v1alpha1.IWorkspace[]|null)