ChoiceListValueDependency

@JsonClass(generateAdapter = true)
data class ChoiceListValueDependency(val parentChoiceListValueId: String, val childChoiceListValueId: String)

A mapping between a parent choice list and its dependent child choice list value.

Parameters

parentChoiceListValueId

The identifier for the parent choice list value.

childChoiceListValueId

The identifier for the child choice list value.

Constructors

Link copied to clipboard
constructor(parentChoiceListValueId: String, childChoiceListValueId: String)

Properties

Link copied to clipboard
Link copied to clipboard