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