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

View Source

Name to be used when displaying the chain.

Attributes

  • displayName (type: String.t, default: nil) - The display name for this chain.
  • languageCode (type: String.t, default: nil) - The BCP 47 code of language of the name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessBusinessInformation.V1.Model.ChainName{
  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.