Class OptOutBulkAssignFailedEntry

java.lang.Object
com.ringcentral.definitions.OptOutBulkAssignFailedEntry

public class OptOutBulkAssignFailedEntry extends Object
Represents a failure of adding opt-out / opt-in. A pair of a recipient phone number and an error message
  • Field Details

    • to

      public String to
      A recipient phone number Example: +15551237756
    • errorMessage

      public String errorMessage
      An error happened on adding opt-out / opt-in Example: Unexpected issue on creating an opt-out from bulk-assign request
  • Constructor Details

    • OptOutBulkAssignFailedEntry

      public OptOutBulkAssignFailedEntry()
  • Method Details