ListNamespacesResponse constructor

ListNamespacesResponse({
  1. List<NamespaceInfoV2>? namespaces,
  2. String? nextToken,
  3. String? requestId,
  4. int? status,
})

Implementation

ListNamespacesResponse({
  this.namespaces,
  this.nextToken,
  this.requestId,
  this.status,
});