GetTestResultDownloadURLPlainArgs

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

Constructors

Link copied to clipboard
constructor(packageName: String, resourceGroupName: String, testBaseAccountName: String, testResultName: String)

Properties

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(): GetTestResultDownloadURLPlainArgs