BatchListAttachedIndices constructor

BatchListAttachedIndices({
  1. required ObjectReference targetReference,
  2. int? maxResults,
  3. String? nextToken,
})

Implementation

BatchListAttachedIndices({
  required this.targetReference,
  this.maxResults,
  this.nextToken,
});