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.
43990 43991 43992 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43990 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
43983 43984 43985 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43983 def ad_group_bid_modifier @ad_group_bid_modifier end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
43988 43989 43990 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43988 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43995 43996 43997 43998 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 43995 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 |