GoogleInternalAppsWaldoV1alphaCustomLocation

GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaCustomLocation


Table of Contents ▼

Jump to a specific part of the page:

Description

Custom location specified by the user.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. geoCoordinates (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeLatLng, default: nil)
    - Geographic location as geo coordinates.
  2. label (type: String.t, default: nil)
    - The custom location label as a string entered manually by the user.
  3. location (type: String.t, default: nil)
    - Geographic location as free-form text.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaCustomLocation{
geoCoordinates: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeLatLng.t() | nil,
label: String.t() | nil,
location: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaCustomLocation