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.
45931 45932 45933 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45931 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bidding_strategy ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesBiddingStrategy
A bidding strategy.
Corresponds to the JSON property biddingStrategy
45924 45925 45926 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45924 def bidding_strategy @bidding_strategy end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
45929 45930 45931 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45929 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
45936 45937 45938 45939 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45936 def update!(**args) @bidding_strategy = args[:bidding_strategy] if args.key?(:bidding_strategy) @resource_name = args[:resource_name] if args.key?(:resource_name) end |