Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesForecastMetricOptions

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

Controls forecast metrics to return.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_coviewBoolean Also known as: include_coview?

Indicates whether to include co-view metrics in the response forecast. Corresponds to the JSON property includeCoview

Returns:

  • (Boolean)


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