JobRequest.JobId Property

Definition

Job identifier

[Newtonsoft.Json.JsonProperty(PropertyName="jobId", Required=Newtonsoft.Json.Required.Always)]
public string JobId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="jobId", Required=Newtonsoft.Json.Required.Always)>]
member this.JobId : string with get, set
Public Property JobId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to