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.



1105
1106
1107
# File 'lib/google/apis/admob_v1beta/classes.rb', line 1105

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



1103
1104
1105
# File 'lib/google/apis/admob_v1beta/classes.rb', line 1103

def mediation_group_line
  @mediation_group_line
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1110
1111
1112
# File 'lib/google/apis/admob_v1beta/classes.rb', line 1110

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