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

Query parameters for operation listA2PBatches More...

Properties

string dateFrom [get, set]
 The end of the time range to filter the results in ISO 8601 format including timezone. Default is the 'dateTo' minus 24 hours Format: date-time Example: 2020-11-09T16:07:52.597Z More...
 
string dateTo [get, set]
 The end of the time range to filter the results in ISO 8601 format including timezone. Default is the current time Format: date-time Example: 2020-11-25T16:07:52.597Z More...
 
string from [get, set]
 Phone number in E.164 format from which the messages are going to be sent Example: 15551234455 More...
 
string[] status [get, set]
 A list of batch statuses to filter the results Example: Queued,Processing Enum: Queued, Processing, Sent, Completed More...
 
string pageToken [get, set]
 The page token of the page to be retrieved Example: pgt1 More...
 
long? perPage [get, set]
 The number of records to be returned per page Format: int64 Example: 1 More...
 

Detailed Description

Query parameters for operation listA2PBatches

Property Documentation

◆ dateFrom

string RingCentral.ListA2PBatchesParameters.dateFrom
getset

The end of the time range to filter the results in ISO 8601 format including timezone. Default is the 'dateTo' minus 24 hours Format: date-time Example: 2020-11-09T16:07:52.597Z

◆ dateTo

string RingCentral.ListA2PBatchesParameters.dateTo
getset

The end of the time range to filter the results in ISO 8601 format including timezone. Default is the current time Format: date-time Example: 2020-11-25T16:07:52.597Z

◆ from

string RingCentral.ListA2PBatchesParameters.from
getset

Phone number in E.164 format from which the messages are going to be sent Example: 15551234455

◆ pageToken

string RingCentral.ListA2PBatchesParameters.pageToken
getset

The page token of the page to be retrieved Example: pgt1

◆ perPage

long? RingCentral.ListA2PBatchesParameters.perPage
getset

The number of records to be returned per page Format: int64 Example: 1

◆ status

string [] RingCentral.ListA2PBatchesParameters.status
getset

A list of batch statuses to filter the results Example: Queued,Processing Enum: Queued, Processing, Sent, Completed


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