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