Class DeleteThingModelVersionResponseSchema
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
Response to a 'deleteThingModelVersion' Action.
public class DeleteThingModelVersionResponseSchema
- Inheritance
-
DeleteThingModelVersionResponseSchema
- Inherited Members
Properties
Error
Error for the 'deleteThingModelVersion' Action.
[JsonPropertyName("_error")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ThingModelExtensionError? Error { get; set; }