Show / Hide Table of Contents

Class GoogleCloudApihubV1Point

Point within the file (line and character).

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

Properties

Character

Required. Character position within the line (zero-indexed).

Declaration
[JsonProperty("character")]
public virtual int? Character { 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

Required. Line number (zero-indexed).

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