GoogleAdsSearchads360V23ServicesGenerateKeywordForecastMetricsRequest class
Request message for KeywordPlanIdeaService.GenerateKeywordForecastMetrics.
Constructors
- GoogleAdsSearchads360V23ServicesGenerateKeywordForecastMetricsRequest({GoogleAdsSearchads360V23ServicesCampaignToForecast? campaign, String? currencyCode, GoogleAdsSearchads360V23CommonDateRange? forecastPeriod})
- GoogleAdsSearchads360V23ServicesGenerateKeywordForecastMetricsRequest.fromJson(Map json_)
Properties
- campaign ↔ GoogleAdsSearchads360V23ServicesCampaignToForecast?
-
The campaign used in the forecast.
getter/setter pair
- currencyCode ↔ String?
-
The currency used for exchange rate conversion.
getter/setter pair
- forecastPeriod ↔ GoogleAdsSearchads360V23CommonDateRange?
-
The date range for the forecast.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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