GoogleAdsSearchads360V23CommonCustomAudienceInfo.fromJson constructor

GoogleAdsSearchads360V23CommonCustomAudienceInfo.fromJson(
  1. Map json_
)

Implementation

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