LocalWWWInfo

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):

View Attributes

Attributes

  1. address (type: list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoAddress), default: nil)
    -
  2. brickAndMortarStrength (type: float(), default: nil)
    -
  3. cluster (type: list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoCluster), default: nil)
    -
  4. docid (type: String.t, default: nil)
    -
  5. geotopicality (type: GoogleApi.ContentWarehouse.V1.Model.RepositoryAnnotationsGeoTopicality, default: nil)
    - Information about geo locations, rather than individual businesses.
  6. hours (type: list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoOpeningHours), default: nil)
    -
  7. isLargeChain (type: boolean(), default: nil)
    - Does this LocalWWWInfo represent a widely-distributed chain?
  8. isLargeLocalwwwinfo (type: boolean(), default: nil)
    -
  9. phone (type: list(GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoPhone), default: nil)
    -
  10. siteSiblings (type: integer(), default: nil)
    - These are per-document signals independent of any particular address.
  11. 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.
  12. 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
}

Function

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

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