public sealed class RemoveIamPolicyResponse : IMessage<RemoveIamPolicyResponse>, IEquatable<RemoveIamPolicyResponse>, IDeepCloneable<RemoveIamPolicyResponse>, IBufferMessage, IMessageReference documentation and code samples for the Dataproc Metastore v1beta API class RemoveIamPolicyResponse.
Response message for [DataprocMetastore.RemoveIamPolicy][google.cloud.metastore.v1beta.DataprocMetastore.RemoveIamPolicy].
Implements
IMessageRemoveIamPolicyResponse, IEquatableRemoveIamPolicyResponse, IDeepCloneableRemoveIamPolicyResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1BetaAssembly
Google.Cloud.Metastore.V1Beta.dll
Constructors
RemoveIamPolicyResponse()
public RemoveIamPolicyResponse()RemoveIamPolicyResponse(RemoveIamPolicyResponse)
public RemoveIamPolicyResponse(RemoveIamPolicyResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
RemoveIamPolicyResponse |
Properties
Success
public bool Success { get; set; }True if the policy is successfully removed.
| Property Value | |
|---|---|
| Type | Description |
bool |
|