ArrayValue

data class ArrayValue(val value: List<DetailValue>) : DetailValue

Constructors

Link copied to clipboard
constructor(value: List<DetailValue>)

Properties

Link copied to clipboard