GoogleAdsSearchads360V23ServicesExternalAttributionData constructor

GoogleAdsSearchads360V23ServicesExternalAttributionData({
  1. double? externalAttributionCredit,
  2. String? externalAttributionModel,
})

Implementation

GoogleAdsSearchads360V23ServicesExternalAttributionData({
  this.externalAttributionCredit,
  this.externalAttributionModel,
});