次の方法で共有


Job.Created プロパティ

定義

顧客がジョブを作成した UTC 日時を 'YYYY-MM-DDThh:mm:ssZ' 形式で取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.created")]
public DateTime Created { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.created")>]
member this.Created : DateTime
Public ReadOnly Property Created As DateTime

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象