GoogleAdsSearchads360V23ResourcesThirdPartyAppAnalyticsLinkIdentifier constructor

GoogleAdsSearchads360V23ResourcesThirdPartyAppAnalyticsLinkIdentifier({
  1. String? appAnalyticsProviderId,
  2. String? appId,
  3. String? appVendor,
})

Implementation

GoogleAdsSearchads360V23ResourcesThirdPartyAppAnalyticsLinkIdentifier({
  this.appAnalyticsProviderId,
  this.appId,
  this.appVendor,
});