Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesConfigureCampaignLifecycleGoalsResult
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesConfigureCampaignLifecycleGoalsResult
- 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 lifecycle goal configuration.
Instance Attribute Summary collapse
-
#resource_name ⇒ String
Returned for the successful operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesConfigureCampaignLifecycleGoalsResult
constructor
A new instance of GoogleAdsSearchads360V23ServicesConfigureCampaignLifecycleGoalsResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesConfigureCampaignLifecycleGoalsResult
Returns a new instance of GoogleAdsSearchads360V23ServicesConfigureCampaignLifecycleGoalsResult.
38935 38936 38937 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38935 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_name ⇒ String
Returned for the successful operation.
Corresponds to the JSON property resourceName
38933 38934 38935 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38933 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
38940 38941 38942 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38940 def update!(**args) @resource_name = args[:resource_name] if args.key?(:resource_name) end |