Class AllocationSlot
AllocationSlot specifies a variant and the proportion of traffic allocated to it.
Implements
Inherited Members
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? |