names property

List<String>? names
getter/setter pair

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}

Required.

Implementation

core.List<core.String>? names;