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

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

  • id (type: String.t, default: nil) -
  • isGsx (type: boolean(), default: nil) -
  • isLocal (type: boolean(), default: nil) -
  • isPla (type: boolean(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.