Show / Hide Table of Contents

Class MatchRange

Matched range of a snippet [start, end).

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

Properties

ETag

The ETag of the item.

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

End

End of the match in the snippet.

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

Start

Starting position of the match in the snippet.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX