Class RemoveIamPolicyResponse
Response message for DataprocMetastore.RemoveIamPolicy.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1beta.Data
Assembly: Google.Apis.DataprocMetastore.v1beta.dll
Syntax
public class RemoveIamPolicyResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Success
True if the policy is successfully removed.
Declaration
[JsonProperty("success")]
public virtual bool? Success { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |