Show / Hide Table of Contents

Class GoogleCloudApihubV1Range

Object describing where in the file the issue was found.

Inheritance
object
GoogleCloudApihubV1Range
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 GoogleCloudApihubV1Range : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

End

Required. End of the issue.

Declaration
[JsonProperty("end")]
public virtual GoogleCloudApihubV1Point End { get; set; }
Property Value
Type Description
GoogleCloudApihubV1Point

Start

Required. Start of the issue.

Declaration
[JsonProperty("start")]
public virtual GoogleCloudApihubV1Point Start { get; set; }
Property Value
Type Description
GoogleCloudApihubV1Point

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX