Show / Hide Table of Contents

Class RemoveAclEntryResponse

Response for RemoveAclEntry.

Inheritance
object
RemoveAclEntryResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ManagedKafka.v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class RemoveAclEntryResponse : IDirectResponseSchema

Properties

Acl

The updated acl. Returned if the removed acl entry was not the last entry in the acl.

Declaration
[JsonProperty("acl")]
public virtual Acl Acl { get; set; }
Property Value
Type Description
Acl

AclDeleted

Returned with value true if the removed acl entry was the last entry in the acl, resulting in acl deletion.

Declaration
[JsonProperty("aclDeleted")]
public virtual bool? AclDeleted { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX