Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesConfigureCustomerLifecycleGoalsResponse

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

Response message for CustomerLifecycleGoalService. ConfigureCustomerLifecycleGoals.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesConfigureCustomerLifecycleGoalsResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesConfigureCustomerLifecycleGoalsResponse.



39055
39056
39057
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39055

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

Instance Attribute Details

#resultGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesConfigureCustomerLifecycleGoalsResult

The result for the customer lifecycle goal configuration. Corresponds to the JSON property result



39053
39054
39055
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39053

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



39060
39061
39062
# File 'lib/google/apis/searchads360_v23/classes.rb', line 39060

def update!(**args)
  @result = args[:result] if args.key?(:result)
end