Class Position
A position in the uploaded text version of a module.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class Position : IDirectResponseSchema
Properties
ColumnNumber
Declaration
[JsonProperty("columnNumber")]
public virtual int? ColumnNumber { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LineNumber
Declaration
[JsonProperty("lineNumber")]
public virtual int? LineNumber { get; set; }
Property Value
Type | Description |
---|---|
int? |