GoogleAdsSearchads360V23ServicesSearchSettings.fromJson constructor

GoogleAdsSearchads360V23ServicesSearchSettings.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ServicesSearchSettings.fromJson(core.Map json_)
  : this(
      omitResults: json_['omitResults'] as core.bool?,
      returnSummaryRow: json_['returnSummaryRow'] as core.bool?,
      returnTotalResultsCount: json_['returnTotalResultsCount'] as core.bool?,
    );