View Source GoogleApi.Area120Tables.V1alpha1.Model.Row (google_api_area120_tables v0.8.0)
A single row in a table.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Time when the row was created. -
name
(type:String.t
, default:nil
) - The resource name of the row. Row names have the formtables/{table}/rows/{row}
. The name is ignored when creating a row. -
updateTime
(type:DateTime.t
, default:nil
) - Time when the row was last updated. -
values
(type:map()
, default:nil
) - The values of the row. This is a map of column key to value. Key is user entered name(default) or the internal column id based on the view in the request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Area120Tables.V1alpha1.Model.Row{ createTime: DateTime.t() | nil, name: String.t() | nil, updateTime: DateTime.t() | nil, values: map() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.