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