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

Public Member Functions

 Index (Dictionary.Index parent, string countryId=null)
 
string Path (bool withParameter=true)
 
async Task< CountryListDictionaryModelList (ListCountriesParameters queryParams=null, RestRequestConfig restRequestConfig=null)
 Returns all countries available for calling. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/country Rate Limit Group: Light More...
 
async Task< CountryInfoDictionaryModelGet (RestRequestConfig restRequestConfig=null)
 Returns information on a specific country. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/country/{countryId} Rate Limit Group: Light More...
 

Public Attributes

string countryId
 
Dictionary.Index parent
 
RestClient rc
 

Member Function Documentation

◆ Get()

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

Returns information on a specific country. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/country/{countryId} Rate Limit Group: Light

◆ List()

async Task<CountryListDictionaryModel> RingCentral.Paths.Restapi.Dictionary.Country.Index.List ( ListCountriesParameters  queryParams = null,
RestRequestConfig  restRequestConfig = null 
)
inline

Returns all countries available for calling. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/country Rate Limit Group: Light


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