Show / Hide Table of Contents

Class AllocationSlot

AllocationSlot specifies a variant and the proportion of traffic allocated to it.

Inheritance
object
AllocationSlot
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.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class AllocationSlot : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Variant

Required. Variant of the allocation slot.

Declaration
[JsonProperty("variant")]
public virtual string Variant { get; set; }
Property Value
Type Description
string

Weight

Required. Weight defines the proportion of traffic to allocate to the variant, relative to other slots in the same allocation.

Declaration
[JsonProperty("weight")]
public virtual int? Weight { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX