BatchListIndexResponse constructor

BatchListIndexResponse({
  1. List<IndexAttachment>? indexAttachments,
  2. String? nextToken,
})

Implementation

BatchListIndexResponse({
  this.indexAttachments,
  this.nextToken,
});