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

A merchant's physical store.

Attributes

  • id (type: String.t, default: nil) - Local store identifier.
  • location (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation.t, default: nil) - The location of the store.
  • name (type: String.t, default: nil) - A name for the store. Example: Walmart - Cranberry

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantStore{
    id: String.t() | nil,
    location:
      GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingLocalLocation.t()
      | nil,
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.