EditDocumentResponseDto

data class EditDocumentResponseDto(id: String)

Object with the Id of the updated Document

Parameters

id

The Id of the updated Document

Constructors

EditDocumentResponseDto
Link copied to clipboard
fun EditDocumentResponseDto(id: String)
The Id of the updated Document

Properties

id
Link copied to clipboard
@SerializedName(value = id)
val id: String
The Id of the updated Document