id property

String? id
getter/setter pair

A unique ID assigned to the section that's used to identify the section to be mutated.

The ID has a character limit of 64 characters and should be in the format of [a-zA-Z0-9-]+. Only supported by Google Workspace Workflow, but not Google Chat apps or Google Workspace add-ons.

Implementation

core.String? id;