View Source GoogleApi.MyBusinessBusinessInformation.V1.Model.ChainName (google_api_my_business_business_information v0.4.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.