Table of Contents

Class GetThingDescriptionVersionResponseSchema

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

Response to a 'getThingDescriptionVersion' Action.

public class GetThingDescriptionVersionResponseSchema
Inheritance
GetThingDescriptionVersionResponseSchema
Inherited Members

Properties

Error

Error for the 'getThingDescriptionVersion' Action.

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

Property Value

ThingDescriptionExtensionError

Output

Output for the 'getThingDescriptionVersion' Action.

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

Property Value

ThingDescriptionVersion