Table of Contents

Class GetThingDescriptionResponseSchema

Namespace
Azure.Iot.Operations.Services.EdgeRegistry.Generated
Assembly
Azure.Iot.Operations.Services.dll

Response to a 'getThingDescription' Action.

public class GetThingDescriptionResponseSchema
Inheritance
GetThingDescriptionResponseSchema
Inherited Members

Properties

Error

Error for the 'getThingDescription' Action.

[JsonPropertyName("_error")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ThingDescriptionExtensionError? Error { get; set; }

Property Value

ThingDescriptionExtensionError

Output

Output for the 'getThingDescription' Action.

[JsonPropertyName("_output")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ThingDescription? Output { get; set; }

Property Value

ThingDescription