Class SourceLocation
SourceLocation references a location in a GraphQL source.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseDataConnect.v1.Data
Assembly: Google.Apis.FirebaseDataConnect.v1.dll
Syntax
public class SourceLocation : IDirectResponseSchemaProperties
Column
Column number starting at 1.
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 | 
Line
Line number starting at 1.
Declaration
[JsonProperty("line")]
public virtual int? Line { get; set; }Property Value
| Type | Description | 
|---|---|
| int? |