Show / Hide Table of Contents

Class ExperimentConfigVersionReleaseTrafficAllocation

Traffic allocation for the version release.

Inheritance
object
ExperimentConfigVersionReleaseTrafficAllocation
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX