requiredCooldownSeconds property

  1. @JsonKey(name: 'requiredCooldownSeconds')
int? requiredCooldownSeconds
getter/setter pair

The number of seconds to delay before allowing this action to be performed again.

Implementation

@JsonKey(name:'requiredCooldownSeconds')
int? requiredCooldownSeconds;