GoogleApi.Area120Tables.V1alpha1.Model.UpdateRowRequest (google_api_area120_tables v0.2.0) View Source
Request message for TablesService.UpdateRow.
Attributes
-
row
(type:GoogleApi.Area120Tables.V1alpha1.Model.Row.t
, default:nil
) - Required. The row to update. -
updateMask
(type:String.t
, default:nil
) - The list of fields to update. -
view
(type:String.t
, default:nil
) - Optional. Column key to use for values in the row. Defaults to user entered name.
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.UpdateRowRequest{ row: GoogleApi.Area120Tables.V1alpha1.Model.Row.t(), updateMask: String.t(), view: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.