Class Position
Position contains source position information about the stack trace element such as line number, column number and length of the code block in bytes.
Implements
Inherited Members
Namespace: Google.Apis.WorkflowExecutions.v1.Data
Assembly: Google.Apis.WorkflowExecutions.v1.dll
Syntax
public class Position : IDirectResponseSchema
Properties
Column
The source code column position (of the line) the current instruction was generated from.
Declaration
[JsonProperty("column")]
public virtual long? Column { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Length
The number of bytes of source code making up this stack trace element.
Declaration
[JsonProperty("length")]
public virtual long? Length { get; set; }
Property Value
Type | Description |
---|---|
long? |
Line
The source code line number the current instruction was generated from.
Declaration
[JsonProperty("line")]
public virtual long? Line { get; set; }
Property Value
Type | Description |
---|---|
long? |