Show / Hide Table of Contents

Class MediationAbExperimentExperimentMediationLine

The mediation group line for the experiment. It will be used for serving during the run of the experiment.

Inheritance
object
MediationAbExperimentExperimentMediationLine
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class MediationAbExperimentExperimentMediationLine : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MediationGroupLine

The mediation group line used by the experiment.

Declaration
[JsonProperty("mediationGroupLine")]
public virtual MediationGroupMediationGroupLine MediationGroupLine { get; set; }
Property Value
Type Description
MediationGroupMediationGroupLine

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX