Class EditPagingGroupRequest

java.lang.Object
com.ringcentral.definitions.EditPagingGroupRequest

public class EditPagingGroupRequest extends Object
  • Field Details

    • addedUserIds

      public String[] addedUserIds
      List of users that will be allowed to page a group specified
    • removedUserIds

      public String[] removedUserIds
      List of users that will be disallowed to page a group specified
    • addedDeviceIds

      public String[] addedDeviceIds
      List of account devices that will be assigned to a paging group specified
    • removedDeviceIds

      public String[] removedDeviceIds
      List of account devices that will be unassigned from a paging group specified
  • Constructor Details

    • EditPagingGroupRequest

      public EditPagingGroupRequest()
  • Method Details