Class TrafficSplit
The traffic allocation for the backend.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppHosting.v1.Data
Assembly: Google.Apis.FirebaseAppHosting.v1.dll
Syntax
public class TrafficSplit : IDirectResponseSchema
Properties
Build
Required. The build that traffic is being routed to.
Declaration
[JsonProperty("build")]
public virtual string Build { 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 |
Percent
Required. The percentage of traffic to send to the build. Currently must be 100% or 0%.
Declaration
[JsonProperty("percent")]
public virtual int? Percent { get; set; }
Property Value
Type | Description |
---|---|
int? |