TargetGroupStickinessConfig class

Information about the target group stickiness for a rule.

Constructors

TargetGroupStickinessConfig({int? durationSeconds, bool? enabled})
TargetGroupStickinessConfig.fromXml(XmlElement elem)
factory

Properties

durationSeconds int?
The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).
final
enabled bool?
Indicates whether target group stickiness is enabled.
final
hashCode int
The hash code for this object.
no setterinherited
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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