GoogleIdentityAccesscontextmanagerV1ServicePerimeter constructor

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

Implementation

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