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

Query parameters for operation socMsgListIdentities More...

Properties

string sourceId [get, set]
 Filter based on the specified sourceId. More...
 
string[] identityGroupIds [get, set]
 Filter based on the specified identityGroupIds (separated by commas). More...
 
string userId [get, set]
 Filter based on the specified userId. More...
 
string uuid [get, set]
 Filter based on the specified uuid. More...
 
string orderBy [get, set]
 Ordering by creationTime is descending by default. Example: +creationTime Default: -creationTime Enum: -creationTime, +creationTime, creationTime More...
 
string pageToken [get, set]
 The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned. More...
 
long? perPage [get, set]
 The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied Maximum: 1000 Minimum: 1 Format: int32 Example: 100 Default: 100 More...
 

Detailed Description

Query parameters for operation socMsgListIdentities

Property Documentation

◆ identityGroupIds

string [] RingCentral.SocMsgListIdentitiesParameters.identityGroupIds
getset

Filter based on the specified identityGroupIds (separated by commas).

◆ orderBy

string RingCentral.SocMsgListIdentitiesParameters.orderBy
getset

Ordering by creationTime is descending by default. Example: +creationTime Default: -creationTime Enum: -creationTime, +creationTime, creationTime

◆ pageToken

string RingCentral.SocMsgListIdentitiesParameters.pageToken
getset

The token indicating the particular page of the result set to be retrieved. If omitted the first page will be returned.

◆ perPage

long? RingCentral.SocMsgListIdentitiesParameters.perPage
getset

The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied Maximum: 1000 Minimum: 1 Format: int32 Example: 100 Default: 100

◆ sourceId

string RingCentral.SocMsgListIdentitiesParameters.sourceId
getset

Filter based on the specified sourceId.

◆ userId

string RingCentral.SocMsgListIdentitiesParameters.userId
getset

Filter based on the specified userId.

◆ uuid

string RingCentral.SocMsgListIdentitiesParameters.uuid
getset

Filter based on the specified uuid.


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