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