GoogleAdsSearchads360V23CommonCalloutFeedItem.fromJson constructor

GoogleAdsSearchads360V23CommonCalloutFeedItem.fromJson(
  1. Map json_
)

Implementation

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