MABContainerHealthDetails.Code Property

Definition

Gets or sets health Code

[Newtonsoft.Json.JsonProperty(PropertyName="code")]
public int? Code { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="code")>]
member this.Code : Nullable<int> with get, set
Public Property Code As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to