EditDocumentResponseDto

data class EditDocumentResponseDto(val id: String)

Object with the Id of the updated Document

Parameters

id

The Id of the updated Document

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
@SerializedName(value = "id")
val id: String