DockerBuildRequest.Timeout Property

Definition

Gets or sets run timeout in seconds.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to