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

A single workspace.

Attributes

  • displayName (type: String.t, default: nil) - The human readable title of the workspace.
  • name (type: String.t, default: nil) - The resource name of the workspace. Workspace names have the form workspaces/{workspace}.
  • tables (type: list(GoogleApi.Area120Tables.V1alpha1.Model.Table.t), default: nil) - The list of tables in the workspace.

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.Workspace{
  displayName: String.t(),
  name: String.t(),
  tables: [GoogleApi.Area120Tables.V1alpha1.Model.Table.t()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.