Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonRealTimeBiddingSetting
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonRealTimeBiddingSetting
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v0/classes.rb,
lib/google/apis/searchads360_v0/representations.rb,
lib/google/apis/searchads360_v0/representations.rb
Overview
Settings for Real-Time Bidding, a feature only available for campaigns targeting the Ad Exchange network.
Instance Attribute Summary collapse
-
#opt_in ⇒ Boolean
(also: #opt_in?)
Whether the campaign is opted in to real-time bidding.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0CommonRealTimeBiddingSetting
constructor
A new instance of GoogleAdsSearchads360V0CommonRealTimeBiddingSetting.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0CommonRealTimeBiddingSetting
Returns a new instance of GoogleAdsSearchads360V0CommonRealTimeBiddingSetting.
1636 1637 1638 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1636 def initialize(**args) update!(**args) end |
Instance Attribute Details
#opt_in ⇒ Boolean Also known as: opt_in?
Whether the campaign is opted in to real-time bidding.
Corresponds to the JSON property optIn
1633 1634 1635 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1633 def opt_in @opt_in end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1641 1642 1643 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 1641 def update!(**args) @opt_in = args[:opt_in] if args.key?(:opt_in) end |