Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesConfigureCustomerLifecycleGoalsResponse
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesConfigureCustomerLifecycleGoalsResponse
- 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
Response message for CustomerLifecycleGoalService. ConfigureCustomerLifecycleGoals.
Instance Attribute Summary collapse
-
#result ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesConfigureCustomerLifecycleGoalsResult
The result for the customer lifecycle goal configuration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesConfigureCustomerLifecycleGoalsResponse
constructor
A new instance of GoogleAdsSearchads360V23ServicesConfigureCustomerLifecycleGoalsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesConfigureCustomerLifecycleGoalsResponse
Returns a new instance of GoogleAdsSearchads360V23ServicesConfigureCustomerLifecycleGoalsResponse.
38495 38496 38497 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38495 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesConfigureCustomerLifecycleGoalsResult
The result for the customer lifecycle goal configuration.
Corresponds to the JSON property result
38493 38494 38495 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38493 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
38500 38501 38502 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38500 def update!(**args) @result = args[:result] if args.key?(:result) end |