Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateSmartCampaignSettingResult

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 Smart campaign setting mutate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateSmartCampaignSettingResult

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateSmartCampaignSettingResult.



51819
51820
51821
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51819

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

Instance Attribute Details

#resource_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


51812
51813
51814
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51812

def resource_name
  @resource_name
end

#smart_campaign_settingGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesSmartCampaignSetting

Settings for configuring Smart campaigns. Corresponds to the JSON property smartCampaignSetting



51817
51818
51819
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51817

def smart_campaign_setting
  @smart_campaign_setting
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



51824
51825
51826
51827
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51824

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