id property

String? id
getter/setter pair

The ID of the label.

Optional when inserting a new label. If not provided, a unique ID will be generated. Required when updating a label. If provided, the ID must be unique within the calendar and follow UUID format.

Implementation

core.String? id;