Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V23ServicesScheduleExperimentMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchads360_v0/classes.rb,
lib/google/apis/searchads360_v0/representations.rb,
lib/google/apis/searchads360_v0/representations.rb

Overview

The metadata of the scheduled experiment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesScheduleExperimentMetadata

Returns a new instance of GoogleAdsSearchads360V23ServicesScheduleExperimentMetadata.



11052
11053
11054
# File 'lib/google/apis/searchads360_v0/classes.rb', line 11052

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

Instance Attribute Details

#experimentString

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

Returns:

  • (String)


11050
11051
11052
# File 'lib/google/apis/searchads360_v0/classes.rb', line 11050

def experiment
  @experiment
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11057
11058
11059
# File 'lib/google/apis/searchads360_v0/classes.rb', line 11057

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