tableId property

String? tableId
getter/setter pair

The ID of the table to append data to.

The data will be only appended to the table body. This field also takes precedence over the sheet_id field.

Implementation

core.String? tableId;