GoogleAdsSearchads360V23CommonUserListActionInfo.fromJson constructor

GoogleAdsSearchads360V23CommonUserListActionInfo.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonUserListActionInfo.fromJson(core.Map json_)
  : this(
      conversionAction: json_['conversionAction'] as core.String?,
      remarketingAction: json_['remarketingAction'] as core.String?,
    );