GetHistoryResult

data class GetHistoryResult(val displayName: String, val historyId: String, val name: String, val testPlatform: String)

Constructors

Link copied to clipboard
constructor(displayName: String, historyId: String, name: String, testPlatform: String)

Types

Link copied to clipboard
object Companion

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

A unique identifier within a project for this History. Returns INVALID_ARGUMENT if this field is set or overwritten by the caller. - In response always set - In create request: never set

Link copied to clipboard

A name to uniquely identify a history within a project. Maximum of 200 characters. - In response always set - In create request: always set

Link copied to clipboard

The platform of the test history. - In response: always set. Returns the platform of the last execution if unknown.