GoogleAdsSearchads360V23ServicesListBenchmarksAvailableDatesResponse.fromJson constructor
GoogleAdsSearchads360V23ServicesListBenchmarksAvailableDatesResponse.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23ServicesListBenchmarksAvailableDatesResponse.fromJson(
core.Map json_,
) : this(
supportedDates: json_.containsKey('supportedDates')
? GoogleAdsSearchads360V23CommonDateRange.fromJson(
json_['supportedDates'] as core.Map<core.String, core.dynamic>,
)
: null,
);