confluent-kafka-dotnet
Show / Hide Table of Contents

Class DeleteGroupReport

The result of a DeleteGroup request.

Inheritance
object
DeleteGroupReport
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article