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

Query parameters for operation listGlipChatsNew More...

Properties

string[] type [get, set]
 Type of chats to be fetched. By default, all type of chats will be fetched Enum: Personal, Direct, Group, Team, Everyone More...
 
long? recordCount [get, set]
 Number of chats to be fetched by one request. The maximum value is 250, by default - 30. Maximum: 250 Format: int32 Default: 30 More...
 
string pageToken [get, set]
 Pagination token. More...
 

Detailed Description

Query parameters for operation listGlipChatsNew

Property Documentation

◆ pageToken

string RingCentral.ListGlipChatsNewParameters.pageToken
getset

Pagination token.

◆ recordCount

long? RingCentral.ListGlipChatsNewParameters.recordCount
getset

Number of chats to be fetched by one request. The maximum value is 250, by default - 30. Maximum: 250 Format: int32 Default: 30

◆ type

string [] RingCentral.ListGlipChatsNewParameters.type
getset

Type of chats to be fetched. By default, all type of chats will be fetched Enum: Personal, Direct, Group, Team, Everyone


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