commonMain.com.saveourtool.save.entities.TestSuitesSourceSnapshotDto.kt Maven / Gradle / Ivy
The newest version!
package com.saveourtool.save.entities
import kotlinx.datetime.LocalDateTime
/**
* @property organizationName
* @property testSuitesSourceName
* @property version
* @property creationTime
* @property location
*/
data class TestSuitesSourceSnapshotDto(
val organizationName: String,
val testSuitesSourceName: String,
val version: String,
val creationTime: LocalDateTime,
val location: String,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy