interface TestResultAttachment {
    actionPath?: string;
    attachmentType?: AttachmentType;
    comment?: string;
    creationDate?: Date;
    downloadQueryString?: string;
    fileName?: string;
    id?: number;
    isComplete?: boolean;
    iterationId?: number;
    length?: number;
    sessionId?: number;
    testResultId?: number;
    testRunId?: number;
    tmiRunId?: string;
}

Properties

actionPath?: string
attachmentType?: AttachmentType
comment?: string
creationDate?: Date
downloadQueryString?: string
fileName?: string
id?: number
isComplete?: boolean
iterationId?: number
length?: number
sessionId?: number
testResultId?: number
testRunId?: number
tmiRunId?: string