NamespaceInfoV2 constructor

NamespaceInfoV2({
  1. String? arn,
  2. String? capacityRegion,
  3. NamespaceStatus? creationStatus,
  4. IdentityStore? identityStore,
  5. String? name,
  6. NamespaceError? namespaceError,
})

Implementation

NamespaceInfoV2({
  this.arn,
  this.capacityRegion,
  this.creationStatus,
  this.identityStore,
  this.name,
  this.namespaceError,
});