confluent-kafka-dotnet
Show / Hide Table of Contents

Class DeleteGroupReport

The result of a DeleteGroup request.

Inheritance
System.Object
DeleteGroupReport
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Confluent.Kafka.Admin
Assembly: cs.temp.dll.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
System.String
In This Article