endDate property

  1. @BuiltValueField.new(wireName: r'endDate')
String? get endDate

The date when the rule will stop being evaluated, in ISO 8601 extended offset date-time format. For example, 2025-03-19T10:15:30+01:00. If not provided, the rule will be evaluated until the rule status is set to inactive.

Implementation

@BuiltValueField(wireName: r'endDate')
String? get endDate;