Show / Hide Table of Contents

Class GoogleCloudMetastoreV2alphaRemoveIamPolicyRequest

Request message for DataprocMetastore.RemoveIamPolicy.

Inheritance
object
GoogleCloudMetastoreV2alphaRemoveIamPolicyRequest
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 GoogleCloudMetastoreV2alphaRemoveIamPolicyRequest : IDirectResponseSchema

Properties

Asynchronous

Optional. Removes IAM policy attached to database or table asynchronously when it is set. The default is false.

Declaration
[JsonProperty("asynchronous")]
public virtual bool? Asynchronous { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX