RingCentral .Net SDK
Properties | List of all members
RingCentral.SyncAddressBookParameters Class Reference

Query parameters for operation syncAddressBook More...

Properties

string syncType [get, set]
 Type of synchronization Enum: FSync, ISync More...
 
string syncToken [get, set]
 Value of syncToken property of the last sync request response More...
 
long? perPage [get, set]
 Number of records per page to be returned. Max number of records is 250, which is also the default. For 'FSync' - if the number of records exceeds the parameter value (either specified or default), all of the pages can be retrieved in several requests. For 'ISync' - if the number of records exceeds page size, then the number of incoming changes to this number is limited Format: int32 More...
 
long? pageId [get, set]
 Internal identifier of a page. It can be obtained from the 'nextPageId' parameter passed in response body Format: int64 More...
 

Detailed Description

Query parameters for operation syncAddressBook

Property Documentation

◆ pageId

long? RingCentral.SyncAddressBookParameters.pageId
getset

Internal identifier of a page. It can be obtained from the 'nextPageId' parameter passed in response body Format: int64

◆ perPage

long? RingCentral.SyncAddressBookParameters.perPage
getset

Number of records per page to be returned. Max number of records is 250, which is also the default. For 'FSync' - if the number of records exceeds the parameter value (either specified or default), all of the pages can be retrieved in several requests. For 'ISync' - if the number of records exceeds page size, then the number of incoming changes to this number is limited Format: int32

◆ syncToken

string RingCentral.SyncAddressBookParameters.syncToken
getset

Value of syncToken property of the last sync request response

◆ syncType

string RingCentral.SyncAddressBookParameters.syncType
getset

Type of synchronization Enum: FSync, ISync


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