GoogleIdentityAccesscontextmanagerV1ServicePerimeter constructor

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

Implementation

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