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.



51060
51061
51062
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51060

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

Instance Attribute Details

#resource_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


51053
51054
51055
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51053

def resource_name
  @resource_name
end

#smart_campaign_settingGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesSmartCampaignSetting

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



51058
51059
51060
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51058

def smart_campaign_setting
  @smart_campaign_setting
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



51065
51066
51067
51068
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51065

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