Class: Google::Apis::AdmobV1beta::MediationAbExperimentExperimentMediationLine
- Inherits:
-
Object
- Object
- Google::Apis::AdmobV1beta::MediationAbExperimentExperimentMediationLine
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/admob_v1beta/classes.rb,
lib/google/apis/admob_v1beta/representations.rb,
lib/google/apis/admob_v1beta/representations.rb
Overview
The mediation group line for the experiment. It will be used for serving during the run of the experiment.
Instance Attribute Summary collapse
-
#mediation_group_line ⇒ Google::Apis::AdmobV1beta::MediationGroupMediationGroupLine
Settings for an ad network used by a mediation group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MediationAbExperimentExperimentMediationLine
constructor
A new instance of MediationAbExperimentExperimentMediationLine.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MediationAbExperimentExperimentMediationLine
Returns a new instance of MediationAbExperimentExperimentMediationLine.
1203 1204 1205 |
# File 'lib/google/apis/admob_v1beta/classes.rb', line 1203 def initialize(**args) update!(**args) end |
Instance Attribute Details
#mediation_group_line ⇒ Google::Apis::AdmobV1beta::MediationGroupMediationGroupLine
Settings for an ad network used by a mediation group.
Corresponds to the JSON property mediationGroupLine
1201 1202 1203 |
# File 'lib/google/apis/admob_v1beta/classes.rb', line 1201 def mediation_group_line @mediation_group_line end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1208 1209 1210 |
# File 'lib/google/apis/admob_v1beta/classes.rb', line 1208 def update!(**args) @mediation_group_line = args[:mediation_group_line] if args.key?(:mediation_group_line) end |