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