KeyValuePairResponse

data class KeyValuePairResponse(val key: String, val value: String)

A map to describe the settings of an action.

Constructors

Link copied to clipboard
constructor(key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The name of the setting for the action.

Link copied to clipboard

The value of the setting for the action.