ListCatalogRequest constructor

ListCatalogRequest({
  1. String? catalogVersion,
  2. String? cursor,
  3. CatalogObjectType? type,
})

Implementation

ListCatalogRequest({
  this.catalogVersion, this.cursor, this.type
});