GoogleAdsSearchads360V23ResourcesAssetSetMerchantCenterFeed.fromJson constructor
GoogleAdsSearchads360V23ResourcesAssetSetMerchantCenterFeed.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ResourcesAssetSetMerchantCenterFeed.fromJson(
core.Map json_,
) : this(
feedLabel: json_['feedLabel'] as core.String?,
merchantId: json_['merchantId'] as core.String?,
);