Class GetAssetStatusResponsePayload
- Assembly
- Azure.Iot.Operations.Services.dll
Response containing the asset status or error details if the status could not be retrieved.
public class GetAssetStatusResponsePayload : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
GetAssetStatusResponsePayload
- Implements
- Inherited Members
Properties
AssetStatus
The asset status
[JsonPropertyName("assetStatus")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public AssetStatus AssetStatus { get; set; }