startTime property

  1. @TagNumber(6)
Timestamp startTime

Optional. The first run of the task will be after this time. If not specified, the task will run shortly after being submitted if ON_DEMAND and based on the schedule if RECURRING.

Implementation

@$pb.TagNumber(6)
$2.Timestamp get startTime => $_getN(2);
  1. @TagNumber(6)
void startTime=(Timestamp v)

Implementation

@$pb.TagNumber(6)
set startTime($2.Timestamp v) { setField(6, v); }