GoogleAdsSearchads360V23CommonCustomAffinityInfo.fromJson constructor

GoogleAdsSearchads360V23CommonCustomAffinityInfo.fromJson(
  1. Map json_
)

Implementation

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