IndexItemRequest constructor

IndexItemRequest({
  1. String? connectorName,
  2. DebugOptions? debugOptions,
  3. IndexItemOptions? indexItemOptions,
  4. Item? item,
  5. String? mode,
})

Implementation

IndexItemRequest({
  this.connectorName,
  this.debugOptions,
  this.indexItemOptions,
  this.item,
  this.mode,
});