Class GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStringRange
Identifies a substring within a given text.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStringRange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndOffset
Zero-based offset of the last Unicode character (exclusive).
Declaration
[JsonProperty("endOffset")]
public virtual int? EndOffset { get; set; }
Property Value
Type | Description |
---|---|
int? |
StartOffset
Zero-based offset of the first Unicode character of the string (inclusive).
Declaration
[JsonProperty("startOffset")]
public virtual int? StartOffset { get; set; }
Property Value
Type | Description |
---|---|
int? |