WebLinkedServiceResponse

data class WebLinkedServiceResponse(val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val type: String, val typeProperties: Any)

Web linked service.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, type: String, typeProperties: Any)

Types

Link copied to clipboard
object Companion

Properties

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

List of tags that can be used for describing the linked service.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Type of linked service. Expected value is 'Web'.

Link copied to clipboard

Web linked service properties.