Class: Google::Apis::AdmobV1beta::MediationAbExperimentExperimentMediationLine

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_lineGoogle::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