GoogleAdsSearchads360V23ResourcesAssetSetMerchantCenterFeed.fromJson constructor

GoogleAdsSearchads360V23ResourcesAssetSetMerchantCenterFeed.fromJson(
  1. Map json_
)

Implementation

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