Get User Tables Oracle Task Properties Args
data class GetUserTablesOracleTaskPropertiesArgs(val clientData: Output<Map<String, String>>? = null, val input: Output<GetUserTablesOracleTaskInputArgs>? = null, val taskType: Output<String>) : ConvertibleToJava<GetUserTablesOracleTaskPropertiesArgs>
Properties for the task that collects user tables for the given list of Oracle schemas
Constructors
Link copied to clipboard
constructor(clientData: Output<Map<String, String>>? = null, input: Output<GetUserTablesOracleTaskInputArgs>? = null, taskType: Output<String>)