Class Review
The review summary comment.
Implements
Inherited Members
Namespace: Google.Apis.SecureSourceManager.v1.Data
Assembly: Google.Apis.SecureSourceManager.v1.dll
Syntax
public class Review : IDirectResponseSchema
Properties
ActionType
Required. The review action type.
Declaration
[JsonProperty("actionType")]
public virtual string ActionType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Body
Optional. The comment body.
Declaration
[JsonProperty("body")]
public virtual string Body { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EffectiveCommitSha
Output only. The effective commit sha this review is pointing to.
Declaration
[JsonProperty("effectiveCommitSha")]
public virtual string EffectiveCommitSha { get; set; }
Property Value
| Type | Description |
|---|---|
| string |