GoogleAdsSearchads360V23CommonKeywordInfo.fromJson constructor
GoogleAdsSearchads360V23CommonKeywordInfo.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonKeywordInfo.fromJson(core.Map json_)
: this(
matchType: json_['matchType'] as core.String?,
text: json_['text'] as core.String?,
);