IpRules constructor

IpRules({
  1. Allowed? allowed,
  2. Denied? denied,
  3. List<String>? destinationIpRanges,
  4. String? direction,
  5. List<String>? exposedServices,
  6. List<String>? sourceIpRanges,
})

Implementation

IpRules({
  this.allowed,
  this.denied,
  this.destinationIpRanges,
  this.direction,
  this.exposedServices,
  this.sourceIpRanges,
});