LeaseContainerRequest.BreakPeriod Property

Definition

Gets or sets optional. For a break action, proposed duration the lease should continue before it is broken, in seconds, between 0 and 60.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to