SsisEnvironmentResponse

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
constructor(description: String? = null, folderId: Double? = null, id: Double? = null, name: String? = null, type: String, variables: List<SsisVariableResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Metadata description.

Link copied to clipboard
val folderId: Double? = null

Folder id which contains environment.

Link copied to clipboard
val id: Double? = null

Metadata id.

Link copied to clipboard
val name: String? = null

Metadata name.

Link copied to clipboard

The type of SSIS object metadata. Expected value is 'Environment'.

Link copied to clipboard

Variable in environment