Table of Contents

Class GetAssetResponseSchema

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.AdrBaseService
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

Asset

GetAssetError

Error details, if the asset could not be retrieved.

[JsonPropertyName("getAssetError")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AkriServiceError? GetAssetError { get; set; }

Property Value

AkriServiceError