startingDeadlineSeconds property

int? startingDeadlineSeconds
final

Optional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones.

Implementation

final int? startingDeadlineSeconds;