locations

@JvmName(name = "rnkpskupfijwfyme")
suspend fun locations(value: Output<List<WebTestGeolocationArgs>>)
@JvmName(name = "mdmpupslpfjhbdlj")
suspend fun locations(value: List<WebTestGeolocationArgs>?)

Parameters

value

A list of where to physically run the tests from to give global coverage for accessibility of your application.


@JvmName(name = "wicnbkdrbftdxebq")
suspend fun locations(vararg values: Output<WebTestGeolocationArgs>)


@JvmName(name = "koesgbhoxhegublu")
suspend fun locations(values: List<Output<WebTestGeolocationArgs>>)
@JvmName(name = "jksnrjpjaeswgvld")
suspend fun locations(vararg values: WebTestGeolocationArgs)

Parameters

values

A list of where to physically run the tests from to give global coverage for accessibility of your application.


@JvmName(name = "womrskuqahjayvup")
suspend fun locations(argument: List<suspend WebTestGeolocationArgsBuilder.() -> Unit>)
@JvmName(name = "sfktujqgwrnhvvnx")
suspend fun locations(vararg argument: suspend WebTestGeolocationArgsBuilder.() -> Unit)
@JvmName(name = "wvngcgykeullfxqj")
suspend fun locations(argument: suspend WebTestGeolocationArgsBuilder.() -> Unit)

Parameters

argument

A list of where to physically run the tests from to give global coverage for accessibility of your application.