API Reference
Class
TestimoXDocumentationSaveRequest
Describes a renderer-neutral documentation save operation over a report or replay snapshot.
Inheritance
- Object
- TestimoXDocumentationSaveRequest
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Constructors
public TestimoXDocumentationSaveRequest() #Inherited Methods
Properties
public DocumentationReport Report { get; set; } #Gets or sets the report to render when no source snapshot is provided.
public DocumentationSnapshot Snapshot { get; set; } #Gets or sets the source snapshot to replay and optionally persist with new artifact metadata.
public IReadOnlyList<DocumentationOutputIntent> Outputs { get; set; } #Gets or sets renderer-neutral output intents.
public IReadOnlyList<DocumentationStorageIntent> Storage { get; set; } #Gets or sets replay storage intents.
public String SnapshotId { get; set; } #Gets or sets an optional snapshot identifier override used when a replay store is written.
public String SnapshotName { get; set; } #Gets or sets an optional snapshot display name override used when a replay store is written.