Voting helps other researchers find interesting modules.
A PriceListNameInfoProto is used by PriceListProto and fields and messages contained in it for storing names, descriptions, languages, and IDs. The name field and the description field must be in the same language, as specified by the language field. None of the fields in this proto is required, although it is not expected to have the language field set unless there is a name or description. When the language field is not set, it is understood to be the preferred language of the locale where the establishment is located. An empty string for any of the fields is not allowed (as enforced by lints).
description
String.t
nil
id
language
name
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostorePriceListNameInfoProto{ description: String.t() | nil, id: String.t() | nil, language: String.t() | nil, name: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()