EventTargetRetryPolicy class

Constructors

EventTargetRetryPolicy({Input<int?>? maximumEventAgeInSeconds, Input<int?>? maximumRetryAttempts})
Creates a new EventTargetRetryPolicy. maximumEventAgeInSeconds The age in seconds to continue to make retry attempts. maximumRetryAttempts maximum number of retry attempts to make before the request fails
const
EventTargetRetryPolicy.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maximumEventAgeInSeconds → Input<int?>?
The age in seconds to continue to make retry attempts.
final
maximumRetryAttempts → Input<int?>?
maximum number of retry attempts to make before the request fails
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited