Cloud Dataplex v1 API - Class RequestDataProductAccessResponse (3.15.0)

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

Reference documentation and code samples for the Cloud Dataplex v1 API class RequestDataProductAccessResponse.

Response message for requesting access to a Data Product.

Inheritance

object > RequestDataProductAccessResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

RequestDataProductAccessResponse()

public RequestDataProductAccessResponse()

RequestDataProductAccessResponse(RequestDataProductAccessResponse)

public RequestDataProductAccessResponse(RequestDataProductAccessResponse other)
Parameter
Name Description
other RequestDataProductAccessResponse

Properties

ChangeRequestName

public string ChangeRequestName { get; set; }

The resource name of the created ChangeRequest. Format: projects/{project_number}/locations/{location_id}/changeRequests/{change_request_id}

Property Value
Type Description
string

ChangeRequestNameAsChangeRequestName

public ChangeRequestName ChangeRequestNameAsChangeRequestName { get; set; }

ChangeRequestName-typed view over the ChangeRequestName resource name property.

Property Value
Type Description
ChangeRequestName