View Source GoogleApi.MyBusinessLodging.V1.Model.LanguageSpoken (google_api_my_business_lodging v0.5.0)

Language spoken by at least one staff member.

Attributes

  • languageCode (type: String.t, default: nil) - Required. The BCP-47 language code for the spoken language. Currently accepted codes: ar, de, en, es, fil, fr, hi, id, it, ja, ko, nl, pt, ru, vi, yue, zh.
  • spoken (type: boolean(), default: nil) - At least one member of the staff can speak the language.
  • spokenException (type: String.t, default: nil) - Spoken exception.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MyBusinessLodging.V1.Model.LanguageSpoken{
  languageCode: String.t() | nil,
  spoken: boolean() | nil,
  spokenException: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.