Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesPromoteExperimentMetadata

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

The metadata of the promoted experiment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesPromoteExperimentMetadata

Returns a new instance of GoogleAdsSearchads360V23ServicesPromoteExperimentMetadata.



51850
51851
51852
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51850

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

Instance Attribute Details

#experimentString

Required. The promoted experiment. Corresponds to the JSON property experiment

Returns:

  • (String)


51848
51849
51850
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51848

def experiment
  @experiment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



51855
51856
51857
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51855

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