DeviceDexTestData

data class DeviceDexTestData(val host: String? = null, val kind: String? = null, val method: String? = null)

Constructors

Link copied to clipboard
constructor(host: String? = null, kind: String? = null, method: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val host: String? = null

The desired endpoint to test.

Link copied to clipboard
val kind: String? = null

The type of test.

Link copied to clipboard
val method: String? = null

The HTTP request method type.