ApiConnectionDefinitionResponseProperties

data class ApiConnectionDefinitionResponseProperties(val api: ApiReferenceResponse? = null, val changedTime: String? = null, val createdTime: String? = null, val customParameterValues: Map<String, String>? = null, val displayName: String? = null, val nonSecretParameterValues: Map<String, String>? = null, val parameterValues: Map<String, String>? = null, val statuses: List<ConnectionStatusDefinitionResponse>? = null, val testLinks: List<ApiConnectionTestLinkResponse>? = null)

Constructors

constructor(api: ApiReferenceResponse? = null, changedTime: String? = null, createdTime: String? = null, customParameterValues: Map<String, String>? = null, displayName: String? = null, nonSecretParameterValues: Map<String, String>? = null, parameterValues: Map<String, String>? = null, statuses: List<ConnectionStatusDefinitionResponse>? = null, testLinks: List<ApiConnectionTestLinkResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val changedTime: String? = null

Timestamp of last connection change

Link copied to clipboard
val createdTime: String? = null

Timestamp of the connection creation

Link copied to clipboard

Dictionary of custom parameter values

Link copied to clipboard
val displayName: String? = null

Display name

Link copied to clipboard

Dictionary of nonsecret parameter values

Link copied to clipboard

Dictionary of parameter values

Link copied to clipboard

Status of the connection

Link copied to clipboard

Links to test the API connection