View Source GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfo (google_api_content_warehouse v0.3.0)
Next Id: 36
Attributes
-
address
(type:list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoAddress.t)
, default:nil
) - -
brickAndMortarStrength
(type:float()
, default:nil
) - -
cluster
(type:list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoCluster.t)
, default:nil
) - -
docid
(type:String.t
, default:nil
) - -
geotopicality
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsGeoTopicality.t
, default:nil
) - Information about geo locations, rather than individual businesses. -
hours
(type:list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoOpeningHours.t)
, default:nil
) - -
isLargeChain
(type:boolean()
, default:nil
) - Does this LocalWWWInfo represent a widely-distributed chain? -
isLargeLocalwwwinfo
(type:boolean()
, default:nil
) - -
phone
(type:list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoPhone.t)
, default:nil
) - -
siteSiblings
(type:integer()
, default:nil
) - These are per-document signals independent of any particular address. -
url
(type:String.t
, default:nil
) - These are for convenience during intermediate data processing, and should be cleared before the data gets into doc-joins. -
wrapptorItem
(type:list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoWrapptorItem.t)
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfo{ address: [GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoAddress.t()] | nil, brickAndMortarStrength: float() | nil, cluster: [GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoCluster.t()] | nil, docid: String.t() | nil, geotopicality: GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsGeoTopicality.t() | nil, hours: [GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoOpeningHours.t()] | nil, isLargeChain: boolean() | nil, isLargeLocalwwwinfo: boolean() | nil, phone: [GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoPhone.t()] | nil, siteSiblings: integer() | nil, url: String.t() | nil, wrapptorItem: [GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoWrapptorItem.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.