Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesConfigureCampaignLifecycleGoalsResponse

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 CampaignLifecycleGoalService. ConfigureCampaignLifecycleGoals.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesConfigureCampaignLifecycleGoalsResponse

Returns a new instance of GoogleAdsSearchads360V23ServicesConfigureCampaignLifecycleGoalsResponse.



38988
38989
38990
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38988

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

Instance Attribute Details

#resultGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesConfigureCampaignLifecycleGoalsResult

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



38986
38987
38988
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38986

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



38993
38994
38995
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38993

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