GoogleAdsSearchads360V23ServicesListBenchmarksAvailableDatesResponse.fromJson constructor

GoogleAdsSearchads360V23ServicesListBenchmarksAvailableDatesResponse.fromJson(
  1. 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,
    );