id property

String? id
getter/setter pair

ID of the rule.

This id must be unique in the Automation resource to which this rule belongs. The format is [a-z]([a-z0-9-]{0,61}[a-z0-9])?.

Required.

Implementation

core.String? id;