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

A single workspace.

Attributes

  • createTime (type: DateTime.t, default: nil) - Time when the workspace was created.
  • 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.
  • updateTime (type: DateTime.t, default: nil) - Time when the workspace was last updated.

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.