GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendation class
The keyword recommendation.
Constructors
-
GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendation({GoogleAdsSearchads360V23CommonKeywordInfo? keyword, String? recommendedCpcBidMicros, List<
GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendationSearchTerm> ? searchTerms}) - GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendation.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyword ↔ GoogleAdsSearchads360V23CommonKeywordInfo?
-
The recommended keyword.
getter/setter pair
- recommendedCpcBidMicros ↔ String?
-
The recommended CPC (cost-per-click) bid.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
searchTerms
↔ List<
GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendationSearchTerm> ? -
A list of search terms this keyword matches.
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