CatalogSearchRequest constructor

CatalogSearchRequest({
  1. String? cursor,
  2. bool? includeRelatedObjects,
  3. int? limit,
  4. CatalogQuery? query,
  5. String? beginTime,
  6. bool? includeDeletedObjects,
  7. List<String>? objectTypes,
})

Implementation

CatalogSearchRequest({
  this.cursor, this.includeRelatedObjects, this.limit,
this.query, this.beginTime, this.includeDeletedObjects,
this.objectTypes
});