GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfo
Table of Contents ▼
Jump to a specific part of the page:
Description
Next Id: 36
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
address
(type:list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoAddress)
, default:nil
)
- -
brickAndMortarStrength
(type:float()
, default:nil
)
- -
cluster
(type:list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoCluster)
, default:nil
)
- -
docid
(type:String.t
, default:nil
)
- -
geotopicality
(type:GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsGeoTopicality
, default:nil
)
- Information about geo locations, rather than individual businesses. -
hours
(type:list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoOpeningHours)
, 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)
, 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)
, default:nil
)
-
Type
@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
}
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
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfo