Get User Tables Postgre Sql Task Properties Response
data class GetUserTablesPostgreSqlTaskPropertiesResponse(val clientData: Map<String, String>? = null, val commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, val errors: List<ODataErrorResponse>, val input: GetUserTablesPostgreSqlTaskInputResponse? = null, val output: List<GetUserTablesPostgreSqlTaskOutputResponse>, val state: String, val taskType: String)
Properties for the task that collects user tables for the given list of databases
Constructors
Link copied to clipboard
fun GetUserTablesPostgreSqlTaskPropertiesResponse(clientData: Map<String, String>? = null, commands: List<Either<MigrateMISyncCompleteCommandPropertiesResponse, MigrateSyncCompleteCommandPropertiesResponse>>, errors: List<ODataErrorResponse>, input: GetUserTablesPostgreSqlTaskInputResponse? = null, output: List<GetUserTablesPostgreSqlTaskOutputResponse>, state: String, taskType: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard