GoogleAdsSearchads360V23CommonLifeEventInfo.fromJson constructor

GoogleAdsSearchads360V23CommonLifeEventInfo.fromJson(
  1. Map json_
)

Implementation

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