Class GetAssetResponseSchema
- Assembly
- Azure.Iot.Operations.Services.dll
Response containing the asset resource or error details if the asset could not be retrieved.
public class GetAssetResponseSchema
- Inheritance
-
GetAssetResponseSchema
- Inherited Members
Properties
Asset
The asset resource
[JsonPropertyName("asset")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Asset? Asset { get; set; }
Property Value
GetAssetError
Read error for the 'getAsset' Action.
[JsonPropertyName("getAssetError")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AkriServiceError? GetAssetError { get; set; }