GoogleAdsSearchads360V23ResourcesRecommendationShoppingOfferAttributeRecommendation.fromJson constructor
GoogleAdsSearchads360V23ResourcesRecommendationShoppingOfferAttributeRecommendation.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ResourcesRecommendationShoppingOfferAttributeRecommendation.fromJson(
core.Map json_,
) : this(
demotedOffersCount: json_['demotedOffersCount'] as core.String?,
feedLabel: json_['feedLabel'] as core.String?,
merchant: json_.containsKey('merchant')
? GoogleAdsSearchads360V23ResourcesRecommendationMerchantInfo.fromJson(
json_['merchant'] as core.Map<core.String, core.dynamic>,
)
: null,
offersCount: json_['offersCount'] as core.String?,
);