SetRemoteLocationsRequest

@Serializable
data class SetRemoteLocationsRequest(val locations: List<RemoteLocation>)

Request object containing input parameters for the TargetDomain.setRemoteLocations command.

Constructors

Link copied to clipboard
constructor(locations: List<RemoteLocation>)

Properties

Link copied to clipboard

List of remote locations.