GoogleAdsSearchads360V23ResourcesKeywordPlanCampaignKeyword class
A Keyword Plan Campaign keyword.
Only negative keywords are supported for Campaign Keyword.
Constructors
- GoogleAdsSearchads360V23ResourcesKeywordPlanCampaignKeyword({String? id, String? keywordPlanCampaign, String? matchType, bool? negative, String? resourceName, String? text})
- GoogleAdsSearchads360V23ResourcesKeywordPlanCampaignKeyword.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the Keyword Plan negative keyword.
getter/setter pair
- keywordPlanCampaign ↔ String?
-
The Keyword Plan campaign to which this negative keyword belongs.
getter/setter pair
- matchType ↔ String?
-
The keyword match type.
Possible string values are:
getter/setter pair
- negative ↔ bool?
-
If true, the keyword is negative.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the Keyword Plan Campaign keyword.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- text ↔ String?
-
The keyword text.
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