Class ListThingDescriptionVersionsResponseSchema
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
List of Thing Description Version XIDs matching the provided constraints.
public class ListThingDescriptionVersionsResponseSchema
- Inheritance
-
ListThingDescriptionVersionsResponseSchema
- Inherited Members
Properties
Error
Error for the 'listThingDescriptionVersions' Action.
[JsonPropertyName("_error")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ThingDescriptionExtensionError? Error { get; set; }
Property Value
Output
Output for the 'listThingDescriptionVersions' Action.
[JsonPropertyName("_output")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ThingDescriptionVersionXidList? Output { get; set; }