ruleId property

String? ruleId
getter/setter pair

The unique id of this BackupRule.

The rule_id is unique per BackupPlan.The rule_id must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens. Pattern, /a-z{,62}/.

Required. Immutable.

Implementation

core.String? ruleId;