Class StopMediationAbExperimentRequest
Request to end the mediation A/B experiment and choose a winning variant.
Implements
Inherited Members
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 |