watchId property

String? watchId
getter/setter pair

The ID to use for the watch.

If specified, the ID must not already be in use. If not specified, an ID is generated. This value should be 4-63 characters, and valid characters are /a-z-/.

Implementation

core.String? watchId;