Class CreateThingModelVersionResponseSchema
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
The Thing Model Version entity.
public class CreateThingModelVersionResponseSchema
- Inheritance
-
CreateThingModelVersionResponseSchema
- Inherited Members
Properties
Error
Error for the 'createThingModelVersion' Action.
[JsonPropertyName("_error")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ThingModelExtensionError? Error { get; set; }
Property Value
Output
Output for the 'createThingModelVersion' Action.
[JsonPropertyName("_output")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ThingModelVersion? Output { get; set; }