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

commonMain.com.saveourtool.save.entities.AgentDto.kt Maven / Gradle / Ivy

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

import kotlinx.serialization.Serializable

/**
 * @property containerId id of the container, inside which the agent is running
 * @property containerName name of the container, inside which the agent is running
 * @property version version of save-agent [generated.SAVE_CLOUD_VERSION]
 */
@Serializable
data class AgentDto(
    val containerId: String,
    val containerName: String,
    val version: String,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy