GoogleAdsSearchads360V23ServicesAdGroupKeywordSuggestion class

The suggested text and AdGroup/Campaign pairing for a given keyword.

Constructors

GoogleAdsSearchads360V23ServicesAdGroupKeywordSuggestion({String? keywordText, String? suggestedAdGroup, String? suggestedCampaign, String? suggestedKeywordText, String? suggestedMatchType})
GoogleAdsSearchads360V23ServicesAdGroupKeywordSuggestion.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
keywordText String?
The original keyword text.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestedAdGroup String?
The suggested AdGroup for the keyword.
getter/setter pair
suggestedCampaign String?
The suggested Campaign for the keyword.
getter/setter pair
suggestedKeywordText String?
The normalized version of keyword_text for BROAD/EXACT/PHRASE suggestions.
getter/setter pair
suggestedMatchType String?
The suggested keyword match type. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited