View Source GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoWrapptorItem (google_api_content_warehouse v0.4.0)

A single WrapptorItem, with a business name, an address and a phone number. We keep only the fingerprints of address and phone number. The full address and phone protos will be elsewhere within LocalWWWInfo.

Attributes

  • addrFprint (type: String.t, default: nil) -
  • bizName (type: String.t, default: nil) -
  • phoneFprint (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoWrapptorItem{
  addrFprint: String.t() | nil,
  bizName: String.t() | nil,
  phoneFprint: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.