IndexItemRequest constructor
IndexItemRequest({
- String? connectorName,
- DebugOptions? debugOptions,
- IndexItemOptions? indexItemOptions,
- Item? item,
- String? mode,
Implementation
IndexItemRequest({
this.connectorName,
this.debugOptions,
this.indexItemOptions,
this.item,
this.mode,
});