scheduledEndTime property

DateTime? scheduledEndTime
getter/setter pair

The time that the broadcast is scheduled to end.

If the value is empty or the property is not present, then the broadcast is scheduled to contiue indefinitely.

Implementation

core.DateTime? scheduledEndTime;