Show / Hide Table of Contents

Class TrafficSet

A list of traffic splits that together represent where traffic is being routed.

Inheritance
object
TrafficSet
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.FirebaseAppHosting.v1beta.Data
Assembly: Google.Apis.FirebaseAppHosting.v1beta.dll
Syntax
public class TrafficSet : IDirectResponseSchema

Properties

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX