JourneyLimits constructor

JourneyLimits({
  1. int? dailyCap,
  2. int? endpointReentryCap,
  3. int? messagesPerSecond,
})

Implementation

JourneyLimits({
  this.dailyCap,
  this.endpointReentryCap,
  this.messagesPerSecond,
});