Show / Hide Table of Contents

Class GoogleCloudMetastoreV2alphaRemoveIamPolicyResponse

Response message for DataprocMetastore.RemoveIamPolicy.

Inheritance
object
GoogleCloudMetastoreV2alphaRemoveIamPolicyResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataprocMetastore.v2alpha.Data
Assembly: Google.Apis.DataprocMetastore.v2alpha.dll
Syntax
public class GoogleCloudMetastoreV2alphaRemoveIamPolicyResponse : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX