sdk-routing / com.tomtom.online.sdk.routing.route.diagnostic / EffectiveSetting

EffectiveSetting

@Beta(2020, 12) data class EffectiveSetting : Serializable

The effective setting. It reports the effective parameters or data used when calling the API.

Parameters

key - The parameter key.

value - The parameter value.

Properties

key

val key: String

The parameter key.

value

val value: String

The parameter value.