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.



38428
38429
38430
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38428

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



38426
38427
38428
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38426

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



38433
38434
38435
# File 'lib/google/apis/searchads360_v23/classes.rb', line 38433

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