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