WebTestGeolocationResponse

data class WebTestGeolocationResponse(val location: String? = null)

Geo-physical location to run a WebTest from. You must specify one or more locations for the test to run from.

Constructors

Link copied to clipboard
constructor(location: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val location: String? = null

Location ID for the WebTest to run from.