Get Workflow Plain Args
data class GetWorkflowPlainArgs(val location: String, val project: String? = null, val revisionId: String? = null, val workflowId: String) : ConvertibleToJava<GetWorkflowPlainArgs>
Constructors
Link copied to clipboard
fun GetWorkflowPlainArgs(location: String, project: String? = null, revisionId: String? = null, workflowId: String)