SsisPackageResponse

data class SsisPackageResponse(val description: String? = null, val folderId: Double? = null, val id: Double? = null, val name: String? = null, val parameters: List<SsisParameterResponse>? = null, val projectId: Double? = null, val projectVersion: Double? = null, val type: String)

Ssis Package.

Constructors

Link copied to clipboard
constructor(description: String? = null, folderId: Double? = null, id: Double? = null, name: String? = null, parameters: List<SsisParameterResponse>? = null, projectId: Double? = null, projectVersion: Double? = null, type: String)

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 package.

Link copied to clipboard
val id: Double? = null

Metadata id.

Link copied to clipboard
val name: String? = null

Metadata name.

Link copied to clipboard

Parameters in package

Link copied to clipboard
val projectId: Double? = null

Project id which contains package.

Link copied to clipboard
val projectVersion: Double? = null

Project version which contains package.

Link copied to clipboard

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