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