GetTestResultFileResult

data class GetTestResultFileResult(val data: String? = null, val nextLink: String? = null)

Test result.

Constructors

Link copied to clipboard
constructor(data: String? = null, nextLink: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val data: String? = null

File contents.

Link copied to clipboard
val nextLink: String? = null

The URI that can be used to request the next section of the result file in the event the file is too large for a single request.