ServicePerimeter constructor

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

Implementation

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