GoogleAdsSearchads360V23ResourcesProductLink constructor
GoogleAdsSearchads360V23ResourcesProductLink({
- GoogleAdsSearchads360V23ResourcesAdvertisingPartnerIdentifier? advertisingPartner,
- GoogleAdsSearchads360V23ResourcesDataPartnerIdentifier? dataPartner,
- GoogleAdsSearchads360V23ResourcesGoogleAdsIdentifier? googleAds,
- GoogleAdsSearchads360V23ResourcesMerchantCenterIdentifier? merchantCenter,
- String? productLinkId,
- String? resourceName,
- String? type,
Implementation
GoogleAdsSearchads360V23ResourcesProductLink({
this.advertisingPartner,
this.dataPartner,
this.googleAds,
this.merchantCenter,
this.productLinkId,
this.resourceName,
this.type,
});