Show / Hide Table of Contents

Class GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStringRange

Identifies a substring within a given text.

Inheritance
object
GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionStringRange
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX