class DynamicDataPairDynamicBuilders.DynamicType>

A pair of DynamicDataKey and its corresponding DynamicDataValue. This is similar to Pair but makes sure key and value have the same generic type parameter.

Summary

Public constructors

DynamicBuilders.DynamicType> DynamicDataPair(
    key: DynamicDataKey,
    value: DynamicDataBuilders.DynamicDataValue
)

Public properties

DynamicDataKey

represent a key that other APIs can use to reference values value.

DynamicDataBuilders.DynamicDataValue

to use for evaluating references to key.

Public constructors

DynamicDataPair

DynamicBuilders.DynamicType> DynamicDataPair(
    key: DynamicDataKey,
    value: DynamicDataBuilders.DynamicDataValue
)

Public functions

Public properties

key

Added in 1.3.0
val keyDynamicDataKey

represent a key that other APIs can use to reference values value.

value

Added in 1.3.0
val valueDynamicDataBuilders.DynamicDataValue

to use for evaluating references to key.