ScheduledJob.DeviceId プロパティ

定義

この応答のデバイスの ID。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="deviceId")]
public string DeviceId { get; protected internal set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="deviceId")>]
member this.DeviceId : string with get, set
Public Property DeviceId As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

null を指定できます (たとえば、親オーケストレーションの場合)。

適用対象