Class RemoveAclEntryResponse
Response for RemoveAclEntry.
Implements
Inherited Members
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 |