次の方法で共有


ReservationSummaries.UsageDate プロパティ

定義

使用率レコードに対応するデータを取得します。 データの粒度が月単位の場合は、月の最初の日になります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象