TestAttachmentRequestModel interface

测试附件请求模型

属性

attachmentType

附件类型:默认情况下,它将是 GeneralAttachment。 它可以是以下类型之一。 { GeneralAttachment、AfnStrip、BugFilingData、CodeCoverage、IntermediateCollectorData、RunConfig、TestImpactDetails、TmiTestRunDeploymentFiles、TmiTestRunReverseDeploymentFiles、TmiTestResultDetail、TmiTestRunSummary }

comment

与附件关联的注释

fileName

附件文件名

stream

Base64 编码的文件流

属性详细信息

attachmentType

附件类型:默认情况下,它将是 GeneralAttachment。 它可以是以下类型之一。 { GeneralAttachment、AfnStrip、BugFilingData、CodeCoverage、IntermediateCollectorData、RunConfig、TestImpactDetails、TmiTestRunDeploymentFiles、TmiTestRunReverseDeploymentFiles、TmiTestResultDetail、TmiTestRunSummary }

attachmentType: string

属性值

string

comment

与附件关联的注释

comment: string

属性值

string

fileName

附件文件名

fileName: string

属性值

string

stream

Base64 编码的文件流

stream: string

属性值

string