Class TrafficSet
A list of traffic splits that together represent where traffic is being routed.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppHosting.v1beta.Data
Assembly: Google.Apis.FirebaseAppHosting.v1beta.dll
Syntax
public class TrafficSet : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Splits
Required. The list of traffic splits.
Declaration
[JsonProperty("splits")]
public virtual IList<TrafficSplit> Splits { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<TrafficSplit> |