Class BulkDeleteUsersResponseRecords

java.lang.Object
com.ringcentral.definitions.BulkDeleteUsersResponseRecords

public class BulkDeleteUsersResponseRecords extends Object
  • Field Details

    • id

      public String id
      Internal identifier of an extension Example: 1162820004
    • bulkItemSuccessful

      public Boolean bulkItemSuccessful
      Indicates if this item was processed successfully during bulk operation. If false, `bulkItemErrors` attribute contains the list of errors Example: true
    • bulkItemErrors

      public ApiError[] bulkItemErrors
      The list of errors occurred during processing of particular item of bulk operation. Returned only if `bulkItemSuccessful` is false
  • Constructor Details

    • BulkDeleteUsersResponseRecords

      public BulkDeleteUsersResponseRecords()
  • Method Details