Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaUserInfoPreciseLocation

Precise location info with multiple representation options. Currently only latitude and longitude point is supported.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaUserInfoPreciseLocation
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.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaUserInfoPreciseLocation : IDirectResponseSchema

Properties

Address

Optional. Location represented by a natural language address. Will later be geocoded and converted to either a point or a polygon.

Declaration
[JsonProperty("address")]
public virtual string Address { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Point

Optional. Location represented by a latitude/longitude point.

Declaration
[JsonProperty("point")]
public virtual GoogleTypeLatLng Point { get; set; }
Property Value
Type Description
GoogleTypeLatLng

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX