Class MatchRange
Matched range of a snippet [start, end).
Implements
Inherited Members
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? |