ServicePerimeter constructor

ServicePerimeter({
  1. String? description,
  2. String? name,
  3. String? perimeterType,
  4. ServicePerimeterConfig? spec,
  5. ServicePerimeterConfig? status,
  6. String? title,
  7. bool? useExplicitDryRunSpec,
})

Implementation

ServicePerimeter({
  this.description,
  this.name,
  this.perimeterType,
  this.spec,
  this.status,
  this.title,
  this.useExplicitDryRunSpec,
});