Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBiddingStrategyResult
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateBiddingStrategyResult
- 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
The result for the bidding strategy mutate.
Instance Attribute Summary collapse
-
#bidding_strategy ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesBiddingStrategy
A bidding strategy.
-
#resource_name ⇒ String
Returned for successful operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateBiddingStrategyResult
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateBiddingStrategyResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateBiddingStrategyResult
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateBiddingStrategyResult.
46624 46625 46626 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46624 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bidding_strategy ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesBiddingStrategy
A bidding strategy.
Corresponds to the JSON property biddingStrategy
46617 46618 46619 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46617 def bidding_strategy @bidding_strategy end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
46622 46623 46624 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46622 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
46629 46630 46631 46632 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46629 def update!(**args) @bidding_strategy = args[:bidding_strategy] if args.key?(:bidding_strategy) @resource_name = args[:resource_name] if args.key?(:resource_name) end |