DocumentDeleteDto

data class DocumentDeleteDto(val ids: List<String>)

Parameters

ids

An array of documents ids that should be deleted from the system.

Constructors

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

Properties

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