ListDocumentsRequest constructor

ListDocumentsRequest({
  1. required String parent,
  2. String collectionId = '',
  3. int pageSize = 0,
  4. String pageToken = '',
  5. String orderBy = '',
  6. DocumentMask? mask,
  7. Uint8List? transaction,
  8. Timestamp? readTime,
  9. bool showMissing = false,
})

Implementation

ListDocumentsRequest({
  required this.parent,
  this.collectionId = '',
  this.pageSize = 0,
  this.pageToken = '',
  this.orderBy = '',
  this.mask,
  this.transaction,
  this.readTime,
  this.showMissing = false,
}) : super(fullyQualifiedName);