Class MatchRange
Matched range of a snippet [start, end).
Inheritance
object
MatchRange
Implements
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
End
End of the match in the snippet.
Declaration
[JsonProperty("end")]
public virtual int? End { 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 |
Start
Starting position of the match in the snippet.
Declaration
[JsonProperty("start")]
public virtual int? Start { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |