Class GoogleCloudDataplexV1RejectChangeRequestRequest
Request message for RejectChangeRequest.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1RejectChangeRequestRequest : IDirectResponseSchema
Properties
Comment
Optional. The reason for rejecting the ChangeRequest.
Declaration
[JsonProperty("comment")]
public virtual string Comment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
Optional. The etag of the ChangeRequest.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |