View Source GoogleApi.Area120Tables.V1alpha1.Model.BatchDeleteRowsRequest (google_api_area120_tables v0.8.0)
Request message for TablesService.BatchDeleteRows
Attributes
-
names
(type:list(String.t)
, default:nil
) - Required. The names of the rows to delete. All rows must belong to the parent table or else the entire batch will fail. A maximum of 500 rows can be deleted in a batch. Format: tables/{table}/rows/{row}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Area120Tables.V1alpha1.Model.BatchDeleteRowsRequest{ names: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.