GoogleAdsSearchads360V23CommonWebhookDelivery constructor

GoogleAdsSearchads360V23CommonWebhookDelivery({
  1. String? advertiserWebhookUrl,
  2. String? googleSecret,
  3. String? payloadSchemaVersion,
})

Implementation

GoogleAdsSearchads360V23CommonWebhookDelivery({
  this.advertiserWebhookUrl,
  this.googleSecret,
  this.payloadSchemaVersion,
});