Ssis Environment Response
data class SsisEnvironmentResponse(val description: String? = null, val folderId: Double? = null, val id: Double? = null, val name: String? = null, val type: String, val variables: List<SsisVariableResponse>? = null)
Ssis environment.
Constructors
Link copied to clipboard
fun SsisEnvironmentResponse(description: String? = null, folderId: Double? = null, id: Double? = null, name: String? = null, type: String, variables: List<SsisVariableResponse>? = null)