ParameterValue

@JsonClass(generateAdapter = true)
data class ParameterValue(val value: String, @Json(name = "display_name") val displayName: String, val default: Boolean?)

Defines available parameter value.

Parameters

value

The actual parameter value.

displayName

Parameter’s localized name that could be displayed to user.

default

Defines whether parameter is pre-selected as a default.

Constructors

Link copied to clipboard
constructor(value: String, @Json(name = "display_name") displayName: String, default: Boolean?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard