SsisProjectResponse

data class SsisProjectResponse(val description: String? = null, val environmentRefs: List<SsisEnvironmentReferenceResponse>? = null, val folderId: Double? = null, val id: Double? = null, val name: String? = null, val parameters: List<SsisParameterResponse>? = null, val type: String, val version: Double? = null)

Ssis project.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Metadata description.

Link copied to clipboard

Environment reference in project

Link copied to clipboard
val folderId: Double? = null

Folder id which contains project.

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 project

Link copied to clipboard

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

Link copied to clipboard
val version: Double? = null

Project version.