RingCentral .Net SDK
Public Member Functions | Public Attributes | List of all members
RingCentral.Paths.Restapi.Dictionary.Language.Index Class Reference
Collaboration diagram for RingCentral.Paths.Restapi.Dictionary.Language.Index:
Collaboration graph
[legend]

Public Member Functions

 Index (Dictionary.Index parent, string languageId=null)
 
string Path (bool withParameter=true)
 
async Task< LanguageListList (RestRequestConfig restRequestConfig=null)
 Returns information about the supported languages. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/language Rate Limit Group: Light More...
 
async Task< LanguageInfoGet (RestRequestConfig restRequestConfig=null)
 Returns a language by ID. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/language/{languageId} Rate Limit Group: Light More...
 

Public Attributes

string languageId
 
Dictionary.Index parent
 
RestClient rc
 

Member Function Documentation

◆ Get()

async Task<LanguageInfo> RingCentral.Paths.Restapi.Dictionary.Language.Index.Get ( RestRequestConfig  restRequestConfig = null)
inline

Returns a language by ID. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/language/{languageId} Rate Limit Group: Light

◆ List()

async Task<LanguageList> RingCentral.Paths.Restapi.Dictionary.Language.Index.List ( RestRequestConfig  restRequestConfig = null)
inline

Returns information about the supported languages. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/language Rate Limit Group: Light


The documentation for this class was generated from the following file: