ListCollectionIdsRequest constructor

ListCollectionIdsRequest({
  1. int? pageSize,
  2. String? pageToken,
  3. String? readTime,
})

Implementation

ListCollectionIdsRequest({
  this.pageSize,
  this.pageToken,
  this.readTime,
});