NlpSemanticParsingModelsShoppingAssistantMerchantMerchantCenterId

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantMerchantMerchantCenterId


Table of Contents ▼

Jump to a specific part of the page:

Description

Note: A merchant may have multiple merchant center ids, and each one can have multiple purposes. The existing fields merchant_id, local_merchant_id fields are not enough to capture this. Instead we will have a repeated field name mcid with this structure.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. id (type: String.t, default: nil)
    -
  2. isGsx (type: boolean(), default: nil)
    -
  3. isLocal (type: boolean(), default: nil)
    -
  4. isPla (type: boolean(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsShoppingAssistantMerchantMerchantCenterId{
id: String.t() | nil,
isGsx: boolean() | nil,
isLocal: boolean() | nil,
isPla: boolean() | nil
}

Function

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

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