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