SsisFolderResponse

data class SsisFolderResponse(val description: String? = null, val id: Double? = null, val name: String? = null, val type: String)

Ssis folder.

Constructors

Link copied to clipboard
constructor(description: String? = null, id: Double? = null, name: String? = 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 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 'Folder'.