Show / Hide Table of Contents

Class LanguageSpoken

Language spoken by at least one staff member.

Inheritance
object
LanguageSpoken
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX