Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesGenerateKeywordForecastMetricsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesGenerateKeywordForecastMetricsResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesGenerateKeywordForecastMetricsResponse.



41550
41551
41552
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41550

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#campaign_forecast_metricsGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesKeywordForecastMetrics

The forecast metrics for the planless keyword campaign. Corresponds to the JSON property campaignForecastMetrics



41548
41549
41550
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41548

def campaign_forecast_metrics
  @campaign_forecast_metrics
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



41555
41556
41557
# File 'lib/google/apis/searchads360_v23/classes.rb', line 41555

def update!(**args)
  @campaign_forecast_metrics = args[:campaign_forecast_metrics] if args.key?(:campaign_forecast_metrics)
end