GetUserTablesOracleTaskPropertiesArgs

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>)

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 taskType: Output<String>

Task type. Expected value is 'GetUserTablesOracle'.

Functions

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