FormTabs

data class FormTabs(@Json(name = namename: String, @Json(name = tabstabs: List<String>, @Json(name = labellabel: String, @Json(name = selectedselected: String) : FormNameBase

Parameters

name

The name of the form element

tabs

An array of possible transports

label

The label of the form element

selected

The selected transport

Constructors

FormTabs
Link copied to clipboard
fun FormTabs(@Json(name = namename: String, @Json(name = tabstabs: List<String>, @Json(name = labellabel: String, @Json(name = selectedselected: String)
The name of the form element

Properties

label
Link copied to clipboard
var label: String
The label of the form element
name
Link copied to clipboard
open override var name: String
The name of the form element
selected
Link copied to clipboard
var selected: String
The selected transport
tabs
Link copied to clipboard
var tabs: List<String>
An array of possible transports