GetUserTablesSqlTaskPropertiesArgs

data class GetUserTablesSqlTaskPropertiesArgs(val clientData: Output<Map<String, String>>? = null, val input: Output<GetUserTablesSqlTaskInputArgs>? = null, val taskId: Output<String>? = null, val taskType: Output<String>) : ConvertibleToJava<GetUserTablesSqlTaskPropertiesArgs>

Properties for the task that collects user tables for the given list of databases

Constructors

Link copied to clipboard
constructor(clientData: Output<Map<String, String>>? = null, input: Output<GetUserTablesSqlTaskInputArgs>? = null, taskId: Output<String>? = null, taskType: Output<String>)

Properties

Link copied to clipboard
val clientData: Output<Map<String, String>>? = null

Key value pairs of client data to attach meta data information to task

Link copied to clipboard

Task input

Link copied to clipboard
val taskId: Output<String>? = null

Task id

Link copied to clipboard
val taskType: Output<String>

Task type. Expected value is 'GetUserTables.Sql'.

Functions

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