GoogleAdsSearchads360V23CommonDateRange.fromJson constructor

GoogleAdsSearchads360V23CommonDateRange.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonDateRange.fromJson(core.Map json_)
  : this(
      endDate: json_['endDate'] as core.String?,
      startDate: json_['startDate'] as core.String?,
    );