GoogleAdsSearchads360V23CommonExtendedDemographicInfo.fromJson constructor

GoogleAdsSearchads360V23CommonExtendedDemographicInfo.fromJson(
  1. Map json_
)

Implementation

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