PlatformUpdateParameters.Os Property

Definition

Gets or sets the operating system type required for the run. Possible values include: 'Windows', 'Linux'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to