DescribeNamespaceResponse constructor

DescribeNamespaceResponse({
  1. NamespaceInfoV2? namespace,
  2. String? requestId,
  3. int? status,
})

Implementation

DescribeNamespaceResponse({
  this.namespace,
  this.requestId,
  this.status,
});