GoogleApi.Area120Tables.V1alpha1.Model.BatchCreateRowsRequest (google_api_area120_tables v0.5.1) 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()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.