endTime property

String? endTime
getter/setter pair

End time of the range of transfer runs.

For example, "2017-05-30T00:00:00+00:00". The end_time must not be in the future. Creates transfer runs where run_time is in the range between start_time (inclusive) and end_time (exclusive).

Implementation

core.String? endTime;