Class SourceLocation
SourceLocation references a location in a GraphQL source.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseDataConnect.v1beta.Data
Assembly: Google.Apis.FirebaseDataConnect.v1beta.dll
Syntax
public class SourceLocation : IDirectResponseSchema
Properties
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? |