GetWorkflowTemplatePlainArgs

data class GetWorkflowTemplatePlainArgs(val location: String, val project: String? = null, val version: Int? = null, val workflowTemplateId: String) : ConvertibleToJava<GetWorkflowTemplatePlainArgs>

Constructors

Link copied to clipboard
constructor(location: String, project: String? = null, version: Int? = null, workflowTemplateId: String)

Properties

Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard
val version: Int? = null
Link copied to clipboard

Functions

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