user Configs
Parameters
value
Specifies the user configuration of the Quick Connect. This is required only if quick_connect_type
is USER
. The user_config
block is documented below.
Parameters
values
Specifies the user configuration of the Quick Connect. This is required only if quick_connect_type
is USER
. The user_config
block is documented below.
suspend fun userConfigs(argument: List<suspend QuickConnectQuickConnectConfigUserConfigArgsBuilder.() -> Unit>)
suspend fun userConfigs(vararg argument: suspend QuickConnectQuickConnectConfigUserConfigArgsBuilder.() -> Unit)
suspend fun userConfigs(argument: suspend QuickConnectQuickConnectConfigUserConfigArgsBuilder.() -> Unit)
Parameters
argument
Specifies the user configuration of the Quick Connect. This is required only if quick_connect_type
is USER
. The user_config
block is documented below.