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

commonMain.com.saveourtool.save.demo.cpg.CpgRunRequest.kt Maven / Gradle / Ivy

The newest version!
package com.saveourtool.save.demo.cpg

import kotlinx.serialization.Serializable

/**
 * Data class that represents the request to run CPG demo
 *
 * @property codeLines file as String that contains code requested for cpg demo run
 * @property params all the extra params required for cpg demo run
 */
@Serializable
data class CpgRunRequest(
    val codeLines: List,
    val params: CpgAdditionalParams,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy