GoogleAdsSearchads360V23CommonSimilarUserListInfo.fromJson constructor

GoogleAdsSearchads360V23CommonSimilarUserListInfo.fromJson(
  1. Map json_
)

Implementation

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