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

Request message for TablesService.BatchUpdateRows.

Attributes

  • requests (type: list(GoogleApi.Area120Tables.V1alpha1.Model.UpdateRowRequest.t), default: nil) - Required. The request messages specifying the rows to update. A maximum of 500 rows can be modified in a single batch.

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.BatchUpdateRowsRequest{
  requests: [GoogleApi.Area120Tables.V1alpha1.Model.UpdateRowRequest.t()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.