GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData constructor

GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData({
  1. String? clientId,
  2. String? thirdPartyPlacementId,
})

Implementation

GoogleAdsSearchads360V23CommonThirdPartyIntegrationPartnerData({
  this.clientId,
  this.thirdPartyPlacementId,
});