次の方法で共有


LeaseContainerRequest.BreakPeriod プロパティ

定義

省略可能な 値を取得または設定します。 中断アクションの場合、リースが中断されるまでの期間 (秒単位で 0 から 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象