endTime property

String? endTime
getter/setter pair

The time the event that caused this alert ceased being active.

If provided, the end time must not be earlier than the start time. If not provided, it indicates an ongoing alert.

Optional.

Implementation

core.String? endTime;