ItemImportRequestOptions constructor

ItemImportRequestOptions({
  1. String? webhook,
})

Implementation

ItemImportRequestOptions({
  this.webhook,
});