Class GetDeviceResponsePayload
- Assembly
- Azure.Iot.Operations.Services.dll
public class GetDeviceResponsePayload : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
GetDeviceResponsePayload
- Implements
- Inherited Members
Properties
Device
The Command response argument.
[JsonPropertyName("device")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public Device Device { get; set; }