ListCatalogRequest constructor
ListCatalogRequest({
- String? catalogVersion,
- String? cursor,
- CatalogObjectType? type,
Implementation
ListCatalogRequest({
this.catalogVersion, this.cursor, this.type
});