View Source GoogleApi.Area120Tables.V1alpha1.Model.Workspace (google_api_area120_tables v0.8.0)
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 formworkspaces/{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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }
Functions
Unwrap a decoded JSON object into its complex fields.