Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesPromoteExperimentMetadata
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesPromoteExperimentMetadata
- 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
-
#experiment ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesPromoteExperimentMetadata
constructor
A new instance of GoogleAdsSearchads360V23ServicesPromoteExperimentMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesPromoteExperimentMetadata
Returns a new instance of GoogleAdsSearchads360V23ServicesPromoteExperimentMetadata.
52693 52694 52695 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52693 def initialize(**args) update!(**args) end |
Instance Attribute Details
#experiment ⇒ String
Required. The promoted experiment.
Corresponds to the JSON property experiment
52691 52692 52693 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52691 def experiment @experiment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
52698 52699 52700 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52698 def update!(**args) @experiment = args[:experiment] if args.key?(:experiment) end |