GoogleAdsSearchads360V23CommonLifeEventSegment.fromJson constructor

GoogleAdsSearchads360V23CommonLifeEventSegment.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonLifeEventSegment.fromJson(core.Map json_)
  : this(lifeEvent: json_['lifeEvent'] as core.String?);