WorkloadIdentityPoolNamespace constructor

WorkloadIdentityPoolNamespace({
  1. String? description,
  2. bool? disabled,
  3. String? expireTime,
  4. String? name,
  5. OwnerService? ownerService,
  6. String? state,
})

Implementation

WorkloadIdentityPoolNamespace({
  this.description,
  this.disabled,
  this.expireTime,
  this.name,
  this.ownerService,
  this.state,
});