Class UInt32Value
Wrapper message for uint32.
The JSON representation for UInt32Value is JSON number.
Namespace: Neon.Kube.Resources.Istio
Assembly: Neon.Kube.Resources.dll
Syntax
public class UInt32Value
Constructors
UInt32Value()
Initializes a new instance of the UInt32Value class.
Declaration
public UInt32Value()
Properties
Value
The uint32 value.
Declaration
[JsonProperty(PropertyName = "value", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
public int? Value { get; set; }
Property Value
Type | Description |
---|---|
int? |
Methods
Validate()
Validate the object.
Declaration
public virtual void Validate()
Exceptions
Type | Condition |
---|---|
ValidationException | Thrown if validation fails. |