ListCollectionIdsRequest constructor

ListCollectionIdsRequest({
  1. required String parent,
  2. int pageSize = 0,
  3. String pageToken = '',
  4. Timestamp? readTime,
})

Implementation

ListCollectionIdsRequest({
  required this.parent,
  this.pageSize = 0,
  this.pageToken = '',
  this.readTime,
}) : super(fullyQualifiedName);