GetIntegrationRuntimeObjectMetadatumResult

data class GetIntegrationRuntimeObjectMetadatumResult(val nextLink: String? = null, val value: List<Any>? = null)

A list of SSIS object metadata.

Constructors

constructor(nextLink: String? = null, value: List<Any>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val nextLink: String? = null

The link to the next page of results, if any remaining results exist.

Link copied to clipboard
val value: List<Any>? = null

List of SSIS object metadata.