GetControlPlainArgs

data class GetControlPlainArgs(val controlMappingSources: List<GetControlControlMappingSource>? = null, val name: String, val type: String) : ConvertibleToJava<GetControlPlainArgs>

A collection of arguments for invoking getControl.

Constructors

Link copied to clipboard
fun GetControlPlainArgs(controlMappingSources: List<GetControlControlMappingSource>? = null, name: String, type: String)

Functions

Link copied to clipboard
open override fun toJava(): GetControlPlainArgs

Properties

Link copied to clipboard

Name of the control.

Link copied to clipboard

Type of control. Valid values are Custom and Standard.