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

Properties

bool? bulkItemSuccessful [get, set]
 Indicates if this item was processed successfully during bulk operation. If false, bulkItemErrors attribute contains the list of errors Required Example: true More...
 
ApiError[] bulkItemErrors [get, set]
 The list of errors occurred during processing of particular item of bulk operation. Returned only if bulkItemSuccessful is false More...
 
string id [get, set]
 Internal unique identifier of a phone number Example: 1162820004 More...
 
string phoneNumber [get, set]
 Phone number in e.164 format (with '+' prefix) Example: +16501234567 More...
 

Property Documentation

◆ bulkItemErrors

ApiError [] RingCentral.DeletePhoneNumbersResponseItem.bulkItemErrors
getset

The list of errors occurred during processing of particular item of bulk operation. Returned only if bulkItemSuccessful is false

◆ bulkItemSuccessful

bool? RingCentral.DeletePhoneNumbersResponseItem.bulkItemSuccessful
getset

Indicates if this item was processed successfully during bulk operation. If false, bulkItemErrors attribute contains the list of errors Required Example: true

◆ id

string RingCentral.DeletePhoneNumbersResponseItem.id
getset

Internal unique identifier of a phone number Example: 1162820004

◆ phoneNumber

string RingCentral.DeletePhoneNumbersResponseItem.phoneNumber
getset

Phone number in e.164 format (with '+' prefix) Example: +16501234567


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