次の方法で共有


ReservationSummaries.MinUtilizationPercentage プロパティ

定義

これは、使用時間 (日または月) の最小時間ごとの使用率を取得します。 たとえば、使用状況レコードが 2017 年 12 月 10 日に対応し、4 時間と 5 時間の使用率が 10% の場合、このフィールドはその日の 10% を返します

[Newtonsoft.Json.JsonProperty(PropertyName="properties.minUtilizationPercentage")]
public decimal? MinUtilizationPercentage { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.minUtilizationPercentage")>]
member this.MinUtilizationPercentage : Nullable<decimal>
Public ReadOnly Property MinUtilizationPercentage As Nullable(Of Decimal)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象