DSListCustomField

data class DSListCustomField(fieldId: Long, name: String, value: String, listItems: <ERROR CLASS><String>?, required: Boolean?, show: Boolean?)

This class provides list custom field information

Parameters

fieldId

ID used to specify a custom field

name

Name of the custom field

value

Value of the custom field

listItems

list of items

Constructors

Link copied to clipboard
fun DSListCustomField(fieldId: Long, name: String, value: String, listItems: <ERROR CLASS><String>?, required: Boolean?, show: Boolean? = false)

Properties

Link copied to clipboard
val fieldId: Long
Link copied to clipboard
val listItems: <ERROR CLASS><String>?
Link copied to clipboard
val name: String
Link copied to clipboard
val required: Boolean?
Link copied to clipboard
val show: Boolean? = false
Link copied to clipboard
val value: String