Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateKeywordForecastMetricsResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateKeywordForecastMetricsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
Response message for KeywordPlanIdeaService.GenerateKeywordForecastMetrics.
Instance Attribute Summary collapse
-
#campaign_forecast_metrics ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesKeywordForecastMetrics
The forecast metrics for the planless keyword campaign.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateKeywordForecastMetricsResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesGenerateKeywordForecastMetricsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateKeywordForecastMetricsResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesGenerateKeywordForecastMetricsResponse.
40857 40858 40859 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40857 def initialize(**args) update!(**args) end |
Instance Attribute Details
#campaign_forecast_metrics ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesKeywordForecastMetrics
The forecast metrics for the planless keyword campaign.
Corresponds to the JSON property campaignForecastMetrics
40855 40856 40857 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40855 def campaign_forecast_metrics @campaign_forecast_metrics end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40862 40863 40864 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40862 def update!(**args) @campaign_forecast_metrics = args[:campaign_forecast_metrics] if args.key?(:campaign_forecast_metrics) end |