GoogleAdsSearchads360V23ServicesIndustryVerticalInfo.fromJson constructor
GoogleAdsSearchads360V23ServicesIndustryVerticalInfo.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ServicesIndustryVerticalInfo.fromJson(core.Map json_)
: this(
industryVerticalId: json_['industryVerticalId'] as core.String?,
industryVerticalName: json_['industryVerticalName'] as core.String?,
parentIndustryVerticalId:
json_['parentIndustryVerticalId'] as core.String?,
);