GoogleAdsSearchads360V23CommonGenderDimension.fromJson constructor
GoogleAdsSearchads360V23CommonGenderDimension.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonGenderDimension.fromJson(core.Map json_)
: this(
genders: (json_['genders'] as core.List?)
?.map((value) => value as core.String)
.toList(),
includeUndetermined: json_['includeUndetermined'] as core.bool?,
);