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

Public Member Functions

 Index (Dictionary.Index parent, string timezoneId=null)
 
string Path (bool withParameter=true)
 
async Task< GetTimezoneListResponseList (ListTimezonesParameters queryParams=null, RestRequestConfig restRequestConfig=null)
 Returns all available timezones. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/timezone Rate Limit Group: Light More...
 
async Task< GetTimezoneInfoResponseGet (RestRequestConfig restRequestConfig=null)
 Returns information on a certain timezone. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/timezone/{timezoneId} Rate Limit Group: Light More...
 

Public Attributes

Dictionary.Index parent
 
RestClient rc
 
string timezoneId
 

Member Function Documentation

◆ Get()

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

Returns information on a certain timezone. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/timezone/{timezoneId} Rate Limit Group: Light

◆ List()

async Task<GetTimezoneListResponse> RingCentral.Paths.Restapi.Dictionary.Timezone.Index.List ( ListTimezonesParameters  queryParams = null,
RestRequestConfig  restRequestConfig = null 
)
inline

Returns all available timezones. HTTP Method: get Endpoint: /restapi/{apiVersion}/dictionary/timezone Rate Limit Group: Light


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