Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCampaignCustomizerResult
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCampaignCustomizerResult
- 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 campaign customizer mutate.
Instance Attribute Summary collapse
-
#campaign_customizer ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignCustomizer
A customizer value for the associated CustomizerAttribute at the Campaign level.
-
#resource_name ⇒ String
Returned for successful operations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCampaignCustomizerResult
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateCampaignCustomizerResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCampaignCustomizerResult
Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCampaignCustomizerResult.
46574 46575 46576 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46574 def initialize(**args) update!(**args) end |
Instance Attribute Details
#campaign_customizer ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignCustomizer
A customizer value for the associated CustomizerAttribute at the Campaign
level.
Corresponds to the JSON property campaignCustomizer
46567 46568 46569 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46567 def campaign_customizer @campaign_customizer end |
#resource_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
46572 46573 46574 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46572 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
46579 46580 46581 46582 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 46579 def update!(**args) @campaign_customizer = args[:campaign_customizer] if args.key?(:campaign_customizer) @resource_name = args[:resource_name] if args.key?(:resource_name) end |