Show / Hide Table of Contents

Class Position

The position of the code comment.

Inheritance
object
Position
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.SecureSourceManager.v1.Data
Assembly: Google.Apis.SecureSourceManager.v1.dll
Syntax
public class Position : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Line

Required. The line number of the comment. Positive value means it's on the new side of the diff, negative value means it's on the old side.

Declaration
[JsonProperty("line")]
public virtual long? Line { get; set; }
Property Value
Type Description
long?

Path

Required. The path of the file.

Declaration
[JsonProperty("path")]
public virtual string Path { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX