DocumentDeleteResponseDto

data class DocumentDeleteResponseDto(ids: List<String>)

The list of document Ids which were deleted from the system

Parameters

ids

Constructors

DocumentDeleteResponseDto
Link copied to clipboard
fun DocumentDeleteResponseDto(ids: List<String>)

Properties

ids
Link copied to clipboard
@SerializedName(value = ids)
val ids: List<String>