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.
38514 38515 38516 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38514 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_name ⇒ String
Returned for the successful operation.
Corresponds to the JSON property resourceName
38512 38513 38514 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38512 def resource_name @resource_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
38519 38520 38521 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38519 def update!(**args) @resource_name = args[:resource_name] if args.key?(:resource_name) end |