Show / Hide Table of Contents

Class GoogleCloudDataplexV1RequestDataProductAccessRequest

Message for requesting access to a Data Product.

Inheritance
object
GoogleCloudDataplexV1RequestDataProductAccessRequest
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.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1RequestDataProductAccessRequest : IDirectResponseSchema

Properties

ChangeRequest

Required. The change request for the data product access request.

Declaration
[JsonProperty("changeRequest")]
public virtual GoogleCloudDataplexV1ChangeRequest ChangeRequest { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1ChangeRequest

ETag

The ETag of the item.

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

ValidateOnly

Optional. Validates the request without actually creating the access change request. Defaults to false.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX