ServicePerimeter constructor
      
      ServicePerimeter({ 
    
    
- String? description,
 - String? etag,
 - String? name,
 - String? perimeterType,
 - ServicePerimeterConfig? spec,
 - ServicePerimeterConfig? status,
 - String? title,
 - bool? useExplicitDryRunSpec,
 
Implementation
ServicePerimeter({
  this.description,
  this.etag,
  this.name,
  this.perimeterType,
  this.spec,
  this.status,
  this.title,
  this.useExplicitDryRunSpec,
});