ListDocumentsRequest constructor
ListDocumentsRequest({
- required String parent,
- String collectionId = '',
- int pageSize = 0,
- String pageToken = '',
- String orderBy = '',
- DocumentMask? mask,
- Uint8List? transaction,
- Timestamp? readTime,
- bool showMissing = false,
- RequestOptions? requestOptions,
Implementation
ListDocumentsRequest({
required this.parent,
this.collectionId = '',
this.pageSize = 0,
this.pageToken = '',
this.orderBy = '',
this.mask,
this.transaction,
this.readTime,
this.showMissing = false,
this.requestOptions,
}) : super(fullyQualifiedName);