GetExperimentTemplatesPlainArgs

data class GetExperimentTemplatesPlainArgs(val tags: Map<String, String>? = null) : ConvertibleToJava<GetExperimentTemplatesPlainArgs>

A collection of arguments for invoking getExperimentTemplates.

Constructors

Link copied to clipboard
constructor(tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags, each pair of which must exactly match a pair on the desired experiment templates.

Functions

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