Class MinimalSmsOptRecord

java.lang.Object
com.ringcentral.definitions.MinimalSmsOptRecord

public class MinimalSmsOptRecord extends Object
  • Field Details

    • from

      public String from
      The wildcard ('*') indicating that all account numbers should be opted out or opted in Required Example: +16501234567 Enum: *
    • to

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

    • MinimalSmsOptRecord

      public MinimalSmsOptRecord()
  • Method Details