sdk-routing / com.tomtom.online.sdk.routing.data / EffectiveSetting

EffectiveSetting

open class EffectiveSetting : Serializable

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

Constructors

<init>

EffectiveSetting()

Empty constructor for the EffectiveSetting.

EffectiveSetting(key: String!, value: String!)

Default constructor for the EffectiveSetting.

Properties

key

var key: String!

Input parameter name.

value

var value: String!

Input parameter value.