ListCatalogsResponse constructor

ListCatalogsResponse({
  1. List<Catalog>? catalogs,
  2. String? nextPageToken,
})

Implementation

ListCatalogsResponse({this.catalogs, this.nextPageToken});