GoogleAdsSearchads360V23CommonAgeSegment.fromJson constructor
GoogleAdsSearchads360V23CommonAgeSegment.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonAgeSegment.fromJson(core.Map json_)
: this(
maxAge: json_['maxAge'] as core.int?,
minAge: json_['minAge'] as core.int?,
);