Class Position
Issue position.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class Position : IDirectResponseSchema
Properties
Column
Issue column number
Declaration
[JsonProperty("column")]
public virtual int? Column { 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 |
Length
Issue length
Declaration
[JsonProperty("length")]
public virtual int? Length { get; set; }
Property Value
Type | Description |
---|---|
int? |
Line
Issue line number
Declaration
[JsonProperty("line")]
public virtual int? Line { get; set; }
Property Value
Type | Description |
---|---|
int? |
Offset
Issue offset
Declaration
[JsonProperty("offset")]
public virtual int? Offset { get; set; }
Property Value
Type | Description |
---|---|
int? |