GoogleAdsSearchads360V23ResourcesKeywordPlan class
A Keyword Planner plan.
Max number of saved keyword plans: 10000. It's possible to remove plans if limit is reached.
Constructors
- GoogleAdsSearchads360V23ResourcesKeywordPlan({GoogleAdsSearchads360V23ResourcesKeywordPlanForecastPeriod? forecastPeriod, String? id, String? name, String? resourceName})
- GoogleAdsSearchads360V23ResourcesKeywordPlan.fromJson(Map json_)
Properties
- forecastPeriod ↔ GoogleAdsSearchads360V23ResourcesKeywordPlanForecastPeriod?
-
The date period used for forecasting the plan.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the keyword plan.
getter/setter pair
- name ↔ String?
-
The name of the keyword plan.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the Keyword Planner plan.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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