DescribeNamespaceResponse constructor
DescribeNamespaceResponse({
- NamespaceInfoV2? namespace,
- String? requestId,
- int? status,
Implementation
DescribeNamespaceResponse({
this.namespace,
this.requestId,
this.status,
});