TestAttachmentRequestModel interface
測試附件要求模型
屬性
| attachment |
附件類型 預設為 GeneralAttachment。 它可以是下列其中一種類型。 { GeneralAttachment, AfnStrip, BugFilingData, CodeCoverage, IntermediateCollectorData, RunConfig, TestImpactDetails, TmiTestRunDeploymentFiles, TmiTestRunReverseDeploymentFiles, TmiTestResultDetail, TmiTestRunSummary } |
| comment | 與附件相關聯的註解 |
| file |
附件檔名 |
| 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