Class ExperimentConfigVersionReleaseTrafficAllocation
Traffic allocation for the version release.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ExperimentConfigVersionReleaseTrafficAllocation : IDirectResponseSchema
Properties
AppVersion
Optional. App version of the traffic allocation. Format:
projects/{project}/locations/{location}/apps/{app}/versions/{version}
Declaration
[JsonProperty("appVersion")]
public virtual string AppVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Optional. Id of the traffic allocation. Free format string, up to 128 characters.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TrafficPercentage
Optional. Traffic percentage of the traffic allocation. Must be between 0 and 100.
Declaration
[JsonProperty("trafficPercentage")]
public virtual int? TrafficPercentage { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |