Show / Hide Table of Contents

Class StopMediationAbExperimentRequest

Request to end the mediation A/B experiment and choose a winning variant.

Inheritance
object
StopMediationAbExperimentRequest
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 StopMediationAbExperimentRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

VariantChoice

The choice for the winning variant.

Declaration
[JsonProperty("variantChoice")]
public virtual string VariantChoice { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX