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