GoogleApi.Area120Tables.V1alpha1.Model.ListWorkspacesResponse (google_api_area120_tables v0.2.0) View Source

Response message for TablesService.ListWorkspaces.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is empty, there are no subsequent pages.
  • workspaces (type: list(GoogleApi.Area120Tables.V1alpha1.Model.Workspace.t), default: nil) - The list of workspaces.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Area120Tables.V1alpha1.Model.ListWorkspacesResponse{
  nextPageToken: String.t(),
  workspaces: [GoogleApi.Area120Tables.V1alpha1.Model.Workspace.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.