Class GoogleCloudDataplexV1ApproveChangeRequestRequest
Request message for ApproveChangeRequest.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1ApproveChangeRequestRequest : IDirectResponseSchema
Properties
Comment
Optional. The comment or reason for approving the ChangeRequest. Maximum length is 1024 characters.
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 |