Web Activity Response
data class WebActivityResponse(val authentication: WebActivityAuthenticationResponse? = null, val body: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val datasets: List<DatasetReferenceResponse>? = null, val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val disableCertValidation: Boolean? = null, val headers: Any? = null, val linkedServiceName: LinkedServiceReferenceResponse? = null, val linkedServices: List<LinkedServiceReferenceResponse>? = null, val method: String, val name: String, val onInactiveMarkAs: String? = null, val policy: ActivityPolicyResponse? = null, val state: String? = null, val type: String, val url: Any, val userProperties: List<UserPropertyResponse>? = null)
Web activity.
Constructors
Link copied to clipboard
fun WebActivityResponse(authentication: WebActivityAuthenticationResponse? = null, body: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, datasets: List<DatasetReferenceResponse>? = null, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, disableCertValidation: Boolean? = null, headers: Any? = null, linkedServiceName: LinkedServiceReferenceResponse? = null, linkedServices: List<LinkedServiceReferenceResponse>? = null, method: String, name: String, onInactiveMarkAs: String? = null, policy: ActivityPolicyResponse? = null, state: String? = null, type: String, url: Any, userProperties: List<UserPropertyResponse>? = null)