GoogleAdsSearchads360V23ServicesBenchmarksSource.fromJson constructor

GoogleAdsSearchads360V23ServicesBenchmarksSource.fromJson(
  1. Map json_
)

Implementation

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