GoogleAdsSearchads360V23ResourcesOfflineConversionError constructor

GoogleAdsSearchads360V23ResourcesOfflineConversionError({
  1. String? collectionSizeError,
  2. String? conversionAdjustmentUploadError,
  3. String? conversionUploadError,
  4. String? dateError,
  5. String? distinctError,
  6. String? fieldError,
  7. String? mutateError,
  8. String? notAllowlistedError,
  9. String? stringFormatError,
  10. String? stringLengthError,
})

Implementation

GoogleAdsSearchads360V23ResourcesOfflineConversionError({
  this.collectionSizeError,
  this.conversionAdjustmentUploadError,
  this.conversionUploadError,
  this.dateError,
  this.distinctError,
  this.fieldError,
  this.mutateError,
  this.notAllowlistedError,
  this.stringFormatError,
  this.stringLengthError,
});