GetTestResultConsoleLogDownloadURLPlainArgs

data class GetTestResultConsoleLogDownloadURLPlainArgs(val logFileName: String, val packageName: String, val resourceGroupName: String, val testBaseAccountName: String, val testResultName: String) : ConvertibleToJava<GetTestResultConsoleLogDownloadURLPlainArgs>

Constructors

constructor(logFileName: String, packageName: String, resourceGroupName: String, testBaseAccountName: String, testResultName: String)

Properties

Link copied to clipboard

The log file name corresponding to the download URL.

Link copied to clipboard

The resource name of the Test Base Package.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The resource name of the Test Base Account.

Link copied to clipboard

The Test Result Name. It equals to TestResult-{TestResultId} string.

Functions

Link copied to clipboard
open override fun toJava(): GetTestResultConsoleLogDownloadURLPlainArgs