NamespaceInfoV2 constructor
NamespaceInfoV2({
- String? arn,
- String? capacityRegion,
- NamespaceStatus? creationStatus,
- IdentityStore? identityStore,
- String? name,
- NamespaceError? namespaceError,
Implementation
NamespaceInfoV2({
this.arn,
this.capacityRegion,
this.creationStatus,
this.identityStore,
this.name,
this.namespaceError,
});