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

Request message for TablesService.BatchCreateRows.

Attributes

  • requests (type: list(GoogleApi.Area120Tables.V1alpha1.Model.CreateRowRequest.t), default: nil) - Required. The request message specifying the rows to create. A maximum of 500 rows can be created 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.BatchCreateRowsRequest{
  requests: [GoogleApi.Area120Tables.V1alpha1.Model.CreateRowRequest.t()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.