JourneyLimits class

Specifies limits on the messages that a journey can send and the number of times participants can enter a journey.

Constructors

JourneyLimits({int? dailyCap, int? endpointReentryCap, int? messagesPerSecond})
JourneyLimits.fromJson(Map<String, dynamic> json)
factory

Properties

dailyCap int?
The maximum number of messages that the journey can send to a single participant during a 24-hour period. The maximum value is 100.
final
endpointReentryCap int?
The maximum number of times that a participant can enter the journey. The maximum value is 100. To allow participants to enter the journey an unlimited number of times, set this value to 0.
final
hashCode int
The hash code for this object.
no setterinherited
messagesPerSecond int?
The maximum number of messages that the journey can send each second.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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