google_api_partners v0.1.0 GoogleApi.Partners.V2.Model.LocalizedCompanyInfo View Source

The localized company information.

Attributes

  • countryCodes ([String.t]): List of country codes for the localized company info. Defaults to: null.
  • displayName (String.t): Localized display name. Defaults to: null.
  • languageCode (String.t): Language code of the localized company info, as defined by <a href="https://tools.ietf.org/html/bcp47">BCP 47</a> (IETF BCP 47, "Tags for Identifying Languages"). Defaults to: null.
  • overview (String.t): Localized brief description that the company uses to advertise themselves. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Partners.V2.Model.LocalizedCompanyInfo{
  countryCodes: [any()],
  displayName: any(),
  languageCode: any(),
  overview: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.