Class FindingLocation
Location details with file path and line number.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1.Data
Assembly: Google.Apis.OnDemandScanning.v1.dll
Syntax
public class FindingLocation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FilePath
Relative path of the file containing the finding.
Declaration
[JsonProperty("filePath")]
public virtual string FilePath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LineNumber
Line number (1-based), or 0 if whole File / unknown.
Declaration
[JsonProperty("lineNumber")]
public virtual long? LineNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |