GoogleApi.MyBusinessBusinessInformation.V1.Model.Label (google_api_my_business_business_information v0.5.2)

View Source

Label to be used when displaying the price list, section, or item.

Attributes

  • description (type: String.t, default: nil) - Optional. Description of the price list, section, or item.
  • displayName (type: String.t, default: nil) - Required. Display name for the price list, section, or item.
  • languageCode (type: String.t, default: nil) - Optional. The BCP-47 language code that these strings apply for. Only one set of labels may be set per language.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.Label{
  description: String.t() | nil,
  displayName: String.t() | nil,
  languageCode: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.