WorkflowTemplateParameterValidationRegex

Constructors

Link copied to clipboard
constructor(regexes: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required. RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).