GetTestResultConsoleLogDownloadURLResult

data class GetTestResultConsoleLogDownloadURLResult(val downloadUrl: String, val expirationTime: String)

The response of getting a download URL.

Constructors

Link copied to clipboard
constructor(downloadUrl: String, expirationTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The download URL.

Link copied to clipboard

Expiry date of the download URL.