Class DeletePhoneNumbersResponseItem

java.lang.Object
com.ringcentral.definitions.DeletePhoneNumbersResponseItem

public class DeletePhoneNumbersResponseItem extends Object
  • Field Details

    • bulkItemSuccessful

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

      public ApiError[] bulkItemErrors
      The list of errors occurred during processing of particular item of bulk operation. Returned only if `bulkItemSuccessful` is false
    • id

      public String id
      Internal unique identifier of a phone number Example: 1162820004
    • phoneNumber

      public String phoneNumber
      Phone number in e.164 format (with '+' prefix) Example: +16501234567
  • Constructor Details

    • DeletePhoneNumbersResponseItem

      public DeletePhoneNumbersResponseItem()
  • Method Details