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