Class GoogleCloudMetastoreV2betaRemoveIamPolicyResponse
Response message for DataprocMetastore.RemoveIamPolicy.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2beta.Data
Assembly: Google.Apis.DataprocMetastore.v2beta.dll
Syntax
public class GoogleCloudMetastoreV2betaRemoveIamPolicyResponse : 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? |