Class OptOutBulkAssignRequest

java.lang.Object
com.ringcentral.definitions.OptOutBulkAssignRequest

public class OptOutBulkAssignRequest extends Object
Consists of `from` field and `optOuts` and `optIns` lists. Both `optOuts` and `optIns` can be empty but not simultaneously - at least one of the lists must be entered."
  • Field Details

    • from

      public String from
      The phone number of a sender which the recipients should be opted out from or opted in to Required Example: +15551234455
    • optOuts

      public String[] optOuts
      The list of phone numbers to be opted out Example: +15551237755,+15551237756
    • optIns

      public String[] optIns
      The list of phone numbers to be opted in Example: +15551237799,+15551237798
  • Constructor Details

    • OptOutBulkAssignRequest

      public OptOutBulkAssignRequest()
  • Method Details