Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateSmartCampaignSettingResult
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateSmartCampaignSettingResult
- 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
-
#resource_name ⇒ String
Returned for successful operations.
-
#smart_campaign_setting ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesSmartCampaignSetting
Settings for configuring Smart campaigns.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateSmartCampaignSettingResult
constructor
A new instance of GoogleAdsSearchads360V23ServicesMutateSmartCampaignSettingResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_name ⇒ String
Returned for successful operations.
Corresponds to the JSON property resourceName
51053 51054 51055 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51053 def resource_name @resource_name end |
#smart_campaign_setting ⇒ Google::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 |