Class LanguageSpoken
Language spoken by at least one staff member.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessLodging.v1.Data
Assembly: Google.Apis.MyBusinessLodging.v1.dll
Syntax
public class LanguageSpoken : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageCode
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.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Spoken
At least one member of the staff can speak the language.
Declaration
[JsonProperty("spoken")]
public virtual bool? Spoken { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SpokenException
Spoken exception.
Declaration
[JsonProperty("spokenException")]
public virtual string SpokenException { get; set; }
Property Value
Type | Description |
---|---|
string |