AccountsCustomBatchRequestEntry constructor

AccountsCustomBatchRequestEntry({
  1. Account? account,
  2. String? accountId,
  3. int? batchId,
  4. bool? force,
  5. List<String>? labelIds,
  6. AccountsCustomBatchRequestEntryLinkRequest? linkRequest,
  7. String? merchantId,
  8. String? method,
  9. bool? overwrite,
  10. String? view,
})

Implementation

AccountsCustomBatchRequestEntry({
  this.account,
  this.accountId,
  this.batchId,
  this.force,
  this.labelIds,
  this.linkRequest,
  this.merchantId,
  this.method,
  this.overwrite,
  this.view,
});