PolicyListResponseLimits constructor

PolicyListResponseLimits({
  1. int? maxPolicies,
  2. int? maxRulesPerPolicy,
  3. String? plan,
})

Returns a new PolicyListResponseLimits instance.

Implementation

PolicyListResponseLimits({
  this.maxPolicies,
  this.maxRulesPerPolicy,
  this.plan,
});