TestAttachmentRequestModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Test attachment request model
[System.Runtime.Serialization.DataContract]
public class TestAttachmentRequestModel
type TestAttachmentRequestModel = class
Public Class TestAttachmentRequestModel
- Inheritance
-
TestAttachmentRequestModel
- Attributes
Constructors
| TestAttachmentRequestModel() | |
| TestAttachmentRequestModel(String, String, String, String) |
Properties
| AttachmentType |
Attachment type By Default it will be GeneralAttachment. It can be one of the following type. { GeneralAttachment, AfnStrip, BugFilingData, CodeCoverage, IntermediateCollectorData, RunConfig, TestImpactDetails, TmiTestRunDeploymentFiles, TmiTestRunReverseDeploymentFiles, TmiTestResultDetail, TmiTestRunSummary } |
| Comment |
Comment associated with attachment |
| FileName |
Attachment filename |
| Stream |
Base64 encoded file stream |