Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAdGroupBidModifierResult
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAdGroupBidModifierResult
- 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 criterion mutate.
Instance Attribute Summary collapse
-
#ad_group_bid_modifier ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAdGroupBidModifier
Represents an ad group bid modifier.
-
#resource_name ⇒ String
Returned for successful operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAdGroupBidModifierResult
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateAdGroupBidModifierResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAdGroupBidModifierResult
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateAdGroupBidModifierResult.
44755 44756 44757 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44755 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ad_group_bid_modifier ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesAdGroupBidModifier
Represents an ad group bid modifier.
Corresponds to the JSON property adGroupBidModifier
44748 44749 44750 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44748 def ad_group_bid_modifier @ad_group_bid_modifier end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
44753 44754 44755 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44753 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
44760 44761 44762 44763 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 44760 def update!(**args) @ad_group_bid_modifier = args[:ad_group_bid_modifier] if args.key?(:ad_group_bid_modifier) @resource_name = args[:resource_name] if args.key?(:resource_name) end |