View Source GoogleApi.Area120Tables.V1alpha1.Model.BatchCreateRowsRequest (google_api_area120_tables v0.8.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Area120Tables.V1alpha1.Model.BatchCreateRowsRequest{ requests: [GoogleApi.Area120Tables.V1alpha1.Model.CreateRowRequest.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.