Class ExperimentConfigVersionRelease
Version release for the experiment.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class ExperimentConfigVersionRelease : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Optional. State of the version release.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrafficAllocations
Optional. Traffic allocations for the version release.
Declaration
[JsonProperty("trafficAllocations")]
public virtual IList<ExperimentConfigVersionReleaseTrafficAllocation> TrafficAllocations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ExperimentConfigVersionReleaseTrafficAllocation> |