Class Code
The comment on a code line.
Implements
Inherited Members
Namespace: Google.Apis.SecureSourceManager.v1.Data
Assembly: Google.Apis.SecureSourceManager.v1.dll
Syntax
public class Code : IDirectResponseSchema
Properties
Body
Required. 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 code comment is pointing to.
Declaration
[JsonProperty("effectiveCommitSha")]
public virtual string EffectiveCommitSha { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EffectiveRootComment
Output only. The root comment of the conversation, derived from the reply field.
Declaration
[JsonProperty("effectiveRootComment")]
public virtual string EffectiveRootComment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Position
Optional. The position of the comment.
Declaration
[JsonProperty("position")]
public virtual Position Position { get; set; }
Property Value
| Type | Description |
|---|---|
| Position |
Reply
Optional. Input only. The PullRequestComment resource name that this comment is replying to.
Declaration
[JsonProperty("reply")]
public virtual string Reply { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Resolved
Output only. Boolean indicator if the comment is resolved.
Declaration
[JsonProperty("resolved")]
public virtual bool? Resolved { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |