Class InternalDeliveryMode

java.lang.Object
com.ringcentral.definitions.InternalDeliveryMode

public class InternalDeliveryMode extends Object
  • Field Details

    • transportType

      public String transportType
      The transport type for this subscription Required Enum: Internal
    • configName

      public String configName
      (Only for an `Internal` transport) The name of internal channel (defined in the backend service configuration) to deliver notifications through. Required Example: my-server-channel
  • Constructor Details

    • InternalDeliveryMode

      public InternalDeliveryMode()
  • Method Details