Class DeleteGroupReport
The result of a DeleteGroup request.
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class DeleteGroupReport
Properties
Error
The error (or success) of the group relevant for the request.
Declaration
public Error Error { get; set; }
Property Value
Type | Description |
---|---|
Error |
Group
The group.
Declaration
public string Group { get; set; }
Property Value
Type | Description |
---|---|
string |