Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCampaignCustomizerResult

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCampaignCustomizerResult

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCampaignCustomizerResult.



47267
47268
47269
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47267

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#campaign_customizerGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignCustomizer

A customizer value for the associated CustomizerAttribute at the Campaign level. Corresponds to the JSON property campaignCustomizer



47260
47261
47262
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47260

def campaign_customizer
  @campaign_customizer
end

#resource_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


47265
47266
47267
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47265

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



47272
47273
47274
47275
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47272

def update!(**args)
  @campaign_customizer = args[:campaign_customizer] if args.key?(:campaign_customizer)
  @resource_name = args[:resource_name] if args.key?(:resource_name)
end