public sealed class RemoveAclEntryResponse : IMessage<RemoveAclEntryResponse>, IEquatable<RemoveAclEntryResponse>, IDeepCloneable<RemoveAclEntryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class RemoveAclEntryResponse.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[],[],null,["# Managed Service for Apache Kafka API v1 API - Class RemoveAclEntryResponse (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.RemoveAclEntryResponse)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/1.0.0-beta06/Google.Cloud.ManagedKafka.V1.RemoveAclEntryResponse) \n\n public sealed class RemoveAclEntryResponse : IMessage\u003cRemoveAclEntryResponse\u003e, IEquatable\u003cRemoveAclEntryResponse\u003e, IDeepCloneable\u003cRemoveAclEntryResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Managed Service for Apache Kafka API v1 API class RemoveAclEntryResponse.\n\nResponse for RemoveAclEntry. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RemoveAclEntryResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RemoveAclEntryResponse](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.RemoveAclEntryResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RemoveAclEntryResponse](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.RemoveAclEntryResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RemoveAclEntryResponse](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1.RemoveAclEntryResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ManagedKafka.V1](/dotnet/docs/reference/Google.Cloud.ManagedKafka.V1/latest/Google.Cloud.ManagedKafka.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ManagedKafka.V1.dll\n\nConstructors\n------------\n\n### RemoveAclEntryResponse()\n\n public RemoveAclEntryResponse()\n\n### RemoveAclEntryResponse(RemoveAclEntryResponse)\n\n public RemoveAclEntryResponse(RemoveAclEntryResponse other)\n\nProperties\n----------\n\n### Acl\n\n public Acl Acl { get; set; }\n\nThe updated acl. Returned if the removed acl entry was not the last entry\nin the acl.\n\n### AclDeleted\n\n public bool AclDeleted { get; set; }\n\nReturned with value true if the removed acl entry was the last entry in\nthe acl, resulting in acl deletion.\n\n### HasAclDeleted\n\n public bool HasAclDeleted { get; }\n\nGets whether the \"acl_deleted\" field is set\n\n### ResultCase\n\n public RemoveAclEntryResponse.ResultOneofCase ResultCase { get; }"]]