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