attempts property

String? attempts
getter/setter pair

Total number of retries.

Retry is skipped if set to 0; The minimum value is 1, and the maximum value is 10.

Required.

Implementation

core.String? attempts;