Class UpstreamZone
public class UpstreamZone
- Inheritance
-
UpstreamZone
- Inherited Members
Properties
Weight
The chance of it being picked, where 1 is the standard value.
[JsonPropertyName("weight")]
public float Weight { get; set; }
Property Value
ZoneName
The unique name of the upstream zone.
[JsonPropertyName("name")]
public string ZoneName { get; set; }