GoogleAdsSearchads360V23ResourcesAdGroupAiMaxAdGroupSetting.fromJson constructor

GoogleAdsSearchads360V23ResourcesAdGroupAiMaxAdGroupSetting.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesAdGroupAiMaxAdGroupSetting.fromJson(
  core.Map json_,
) : this(
      disableSearchTermMatching:
          json_['disableSearchTermMatching'] as core.bool?,
    );