Get Integration Runtime Status Result
data class GetIntegrationRuntimeStatusResult(val name: String, val properties: Either<ManagedIntegrationRuntimeStatusResponse, SelfHostedIntegrationRuntimeStatusResponse>)
Integration runtime status response.
Constructors
Link copied to clipboard
constructor(name: String, properties: Either<ManagedIntegrationRuntimeStatusResponse, SelfHostedIntegrationRuntimeStatusResponse>)
Properties
Link copied to clipboard
val properties: Either<ManagedIntegrationRuntimeStatusResponse, SelfHostedIntegrationRuntimeStatusResponse>
Integration runtime properties.