Show / Hide Table of Contents

Class SourceLocation

SourceLocation references a location in a GraphQL source.

Inheritance
object
SourceLocation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX