GoogleAdsSearchads360V23ResourcesAndroidPrivacySharedKeyGoogleAdGroup constructor

GoogleAdsSearchads360V23ResourcesAndroidPrivacySharedKeyGoogleAdGroup({
  1. String? adGroupId,
  2. String? androidPrivacyInteractionDate,
  3. String? androidPrivacyInteractionType,
  4. String? androidPrivacyNetworkType,
  5. String? campaignId,
  6. String? resourceName,
  7. String? sharedAdGroupKey,
})

Implementation

GoogleAdsSearchads360V23ResourcesAndroidPrivacySharedKeyGoogleAdGroup({
  this.adGroupId,
  this.androidPrivacyInteractionDate,
  this.androidPrivacyInteractionType,
  this.androidPrivacyNetworkType,
  this.campaignId,
  this.resourceName,
  this.sharedAdGroupKey,
});