Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesScheduleExperimentMetadata
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesScheduleExperimentMetadata
- 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 scheduled experiment.
Instance Attribute Summary collapse
-
#experiment ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesScheduleExperimentMetadata
constructor
A new instance of GoogleAdsSearchads360V23ServicesScheduleExperimentMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesScheduleExperimentMetadata
Returns a new instance of GoogleAdsSearchads360V23ServicesScheduleExperimentMetadata.
52512 52513 52514 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52512 def initialize(**args) update!(**args) end |
Instance Attribute Details
#experiment ⇒ String
Required. The scheduled experiment.
Corresponds to the JSON property experiment
52510 52511 52512 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52510 def experiment @experiment end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
52517 52518 52519 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52517 def update!(**args) @experiment = args[:experiment] if args.key?(:experiment) end |