Get User Tables Sql Task Properties Args
data class GetUserTablesSqlTaskPropertiesArgs(val clientData: Output<Map<String, String>>? = null, val input: Output<GetUserTablesSqlTaskInputArgs>? = 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, taskType: Output<String>)