Interface ClientLogDocumentResponseDto

Client log document response dto.

ClientLogDocumentResponseDto

interface ClientLogDocumentResponseDto {
    FileName?: string;
}

Properties

Properties

FileName?: string

Gets the resulting filename.

ClientLogDocumentResponseDto