Class RemoveLineRequest

java.lang.Object
com.ringcentral.definitions.RemoveLineRequest

public class RemoveLineRequest extends Object
  • Field Details

    • keepAssetsInInventory

      public Boolean keepAssetsInInventory
      The flag that controls what to do with the number and device:

      - if the value of `keepAssetsInInventory` is `true`, the given device is moved to unassigned devices and the number is moved to the number inventory; - if the value of `keepAssetsInInventory` is `false`, the given device and number is removed from the account; - if the parameter `keepAssetsInInventory` is not set (empty body) or the value of the parameter is empty, default value `true` is set. Required Default: true

  • Constructor Details

    • RemoveLineRequest

      public RemoveLineRequest()
  • Method Details