Class GetAssetResponseSchema
- Assembly
- Azure.Iot.Operations.Services.dll
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
Error details, if the asset could not be retrieved.
[JsonPropertyName("getAssetError")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AkriServiceError? GetAssetError { get; set; }