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