GoogleAdsSearchads360V23ResourcesAndroidPrivacySharedKeyGoogleCampaign constructor

GoogleAdsSearchads360V23ResourcesAndroidPrivacySharedKeyGoogleCampaign({
  1. String? androidPrivacyInteractionDate,
  2. String? androidPrivacyInteractionType,
  3. String? campaignId,
  4. String? resourceName,
  5. String? sharedCampaignKey,
})

Implementation

GoogleAdsSearchads360V23ResourcesAndroidPrivacySharedKeyGoogleCampaign({
  this.androidPrivacyInteractionDate,
  this.androidPrivacyInteractionType,
  this.campaignId,
  this.resourceName,
  this.sharedCampaignKey,
});