ClientLogDocumentResponseDto

@Serializable
data class ClientLogDocumentResponseDto(val fileName: String)

Client log document response dto.

Constructors

Link copied to clipboard
constructor(fileName: String)

Properties

Link copied to clipboard
@SerialName(value = "FileName")
val fileName: String

The resulting filename.