Get History Result
data class GetHistoryResult(val displayName: String, val historyId: String, val name: String, val testPlatform: String)
Properties
Link copied to clipboard
A short human-readable (plain text) name to display in the UI. Maximum of 100 characters. - In response: present if set during create. - In create request: optional
Link copied to clipboard
The platform of the test history. - In response: always set. Returns the platform of the last execution if unknown.