GetExperimentTemplatePlainArgs

data class GetExperimentTemplatePlainArgs(val id: String) : ConvertibleToJava<GetExperimentTemplatePlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The ID of the experiment template.

Functions

Link copied to clipboard
open override fun toJava(): GetExperimentTemplatePlainArgs