Show / Hide Table of Contents

Class LanguagesListResponse

Inheritance
object
LanguagesListResponse
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.Translate.v2.Data
Assembly: Google.Apis.Translate.v2.dll
Syntax
public class LanguagesListResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Languages

List of source/target languages supported by the translation API. If target parameter is unspecified, the list is sorted by the ASCII code point order of the language code. If target parameter is specified, the list is sorted by the collation order of the language name in the target language.

Declaration
[JsonProperty("languages")]
public virtual IList<LanguagesResource> Languages { get; set; }
Property Value
Type Description
IList<LanguagesResource>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX