Class LanguagesListResponse
Inheritance
System.Object
    LanguagesListResponse
  Implements
Google.Apis.Requests.IDirectResponseSchema
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.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 | 
|---|---|
| System.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 | 
|---|---|
| System.Collections.Generic.IList<LanguagesResource> | 
Implements
      Google.Apis.Requests.IDirectResponseSchema