Dataproc Metastore v1beta API - Class RemoveIamPolicyResponse (2.0.0-beta11)

public sealed class RemoveIamPolicyResponse : IMessage<RemoveIamPolicyResponse>, IEquatable<RemoveIamPolicyResponse>, IDeepCloneable<RemoveIamPolicyResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataproc Metastore v1beta API class RemoveIamPolicyResponse.

Response message for [DataprocMetastore.RemoveIamPolicy][google.cloud.metastore.v1beta.DataprocMetastore.RemoveIamPolicy].

Inheritance

object > RemoveIamPolicyResponse

Namespace

Google.Cloud.Metastore.V1Beta

Assembly

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