All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.saveourtool.save.request.RunExecutionRequest.kt Maven / Gradle / Ivy

The newest version!
package com.saveourtool.save.request

import com.saveourtool.save.domain.Sdk
import kotlinx.serialization.Serializable

/**
 * @property executionId ID of [com.saveourtool.save.entities.Execution]
 * @property sdk
 * @property saveAgentUrl URL to download save-agent
 */
@Serializable
data class RunExecutionRequest(
    val executionId: Long,
    val sdk: Sdk,
    val saveAgentUrl: String,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy