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