pl.wendigo.chrome.api.target / SetRemoteLocationsRequest

SetRemoteLocationsRequest

data class SetRemoteLocationsRequest (source)

Represents request frame that can be used with Target#setRemoteLocations operation call.

Enables target discovery for the specified locations, when setDiscoverTargets was set to true.

Link
Target#setRemoteLocations method documentation.

See Also

TargetOperations.setRemoteLocations

Constructors

<init>

SetRemoteLocationsRequest(locations: List<RemoteLocation>)

Represents request frame that can be used with Target#setRemoteLocations operation call.

Properties

locations

val locations: List<RemoteLocation>

List of remote locations.