Class Position
The position of the code comment.
Implements
Inherited Members
Namespace: Google.Apis.SecureSourceManager.v1.Data
Assembly: Google.Apis.SecureSourceManager.v1.dll
Syntax
public class Position : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Line
Required. The line number of the comment. Positive value means it's on the new side of the diff, negative value means it's on the old side.
Declaration
[JsonProperty("line")]
public virtual long? Line { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Path
Required. The path of the file.
Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| string |