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