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