ListNamespacesResponse constructor
ListNamespacesResponse({
- List<
NamespaceInfoV2> ? namespaces, - String? nextToken,
- String? requestId,
- int? status,
Implementation
ListNamespacesResponse({
this.namespaces,
this.nextToken,
this.requestId,
this.status,
});