GoogleAdsSearchads360V23CommonCustomAudienceSegment.fromJson constructor

GoogleAdsSearchads360V23CommonCustomAudienceSegment.fromJson(
  1. Map json_
)

Implementation

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