Voting helps other researchers find interesting modules.
Next Id: 36
address
list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoAddress.t)
nil
brickAndMortarStrength
float()
cluster
list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoCluster.t)
docid
String.t
geotopicality
GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsGeoTopicality.t
hours
list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoOpeningHours.t)
isLargeChain
boolean()
isLargeLocalwwwinfo
phone
list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoPhone.t)
siteSiblings
integer()
url
wrapptorItem
list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoWrapptorItem.t)
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()