minimumBackoff property

String? minimumBackoff
getter/setter pair

The minimum amount of time to wait before retrying a failed task.

This sets a lower bound for the backoff delay.

Optional.

Implementation

core.String? minimumBackoff;