GoogleAdsSearchads360V23ServicesGenerateKeywordIdeaResult class
The result of generating keyword ideas.
Constructors
-
GoogleAdsSearchads360V23ServicesGenerateKeywordIdeaResult({List<
String> ? closeVariants, GoogleAdsSearchads360V23CommonKeywordAnnotations? keywordAnnotations, GoogleAdsSearchads360V23CommonKeywordPlanHistoricalMetrics? keywordIdeaMetrics, String? text}) - GoogleAdsSearchads360V23ServicesGenerateKeywordIdeaResult.fromJson(Map json_)
Properties
-
closeVariants
↔ List<
String> ? -
The list of close variants from the requested keywords that are combined
into this GenerateKeywordIdeaResult.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- keywordAnnotations ↔ GoogleAdsSearchads360V23CommonKeywordAnnotations?
-
The annotations for the keyword.
getter/setter pair
- keywordIdeaMetrics ↔ GoogleAdsSearchads360V23CommonKeywordPlanHistoricalMetrics?
-
The historical metrics for the keyword.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text ↔ String?
-
Text of the keyword idea.
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