View Source GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaCustomLocation (google_api_content_warehouse v0.4.0)
Custom location specified by the user.
Attributes
-
geoCoordinates
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleTypeLatLng.t
, default:nil
) - Geographic location as geo coordinates. -
label
(type:String.t
, default:nil
) - The custom location label as a string entered manually by the user. -
location
(type:String.t
, default:nil
) - Geographic location as free-form text.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleInternalAppsWaldoV1alphaCustomLocation{ geoCoordinates: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeLatLng.t() | nil, label: String.t() | nil, location: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.