Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesForecastMetricOptions
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesForecastMetricOptions
- 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
Controls forecast metrics to return.
Instance Attribute Summary collapse
-
#include_coview ⇒ Boolean
(also: #include_coview?)
Indicates whether to include co-view metrics in the response forecast.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesForecastMetricOptions
constructor
A new instance of GoogleAdsSearchads360V23ServicesForecastMetricOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesForecastMetricOptions
Returns a new instance of GoogleAdsSearchads360V23ServicesForecastMetricOptions.
40308 40309 40310 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40308 def initialize(**args) update!(**args) end |
Instance Attribute Details
#include_coview ⇒ Boolean Also known as: include_coview?
Indicates whether to include co-view metrics in the response forecast.
Corresponds to the JSON property includeCoview
40305 40306 40307 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40305 def include_coview @include_coview end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
40313 40314 40315 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 40313 def update!(**args) @include_coview = args[:include_coview] if args.key?(:include_coview) end |