Share via


ModelTrainingDetails.StatusId Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to