You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Models/RunTemplateParameter.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@
10
10
|**defaultValue**|**String**| The default value for this parameter |[optional][default to null]|
11
11
|**minValue**|**String**| The minimum value for this parameter |[optional][default to null]|
12
12
|**maxValue**|**String**| The maximum value for this parameter |[optional][default to null]|
13
-
|**regexValidation**|**String**| A regex to validate the value |[optional][default to null]|
14
13
|**additionalData**|[**Map**](AnyType.md)| Free form additional data |[optional][default to null]|
15
14
16
15
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: doc/Models/RunTemplateParameterCreateRequest.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@
10
10
|**defaultValue**|**String**| The default value for this parameter |[optional][default to null]|
11
11
|**minValue**|**String**| The minimum value for this parameter |[optional][default to null]|
12
12
|**maxValue**|**String**| The maximum value for this parameter |[optional][default to null]|
13
-
|**regexValidation**|**String**| A regex to validate the value |[optional][default to null]|
14
13
|**additionalData**|[**Map**](AnyType.md)| Free form additional data |[optional][default to null]|
15
14
16
15
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: doc/Models/RunTemplateParameterUpdateRequest.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@
9
9
|**defaultValue**|**String**| The default value for this parameter |[optional][default to null]|
10
10
|**minValue**|**String**| The minimum value for this parameter |[optional][default to null]|
11
11
|**maxValue**|**String**| The maximum value for this parameter |[optional][default to null]|
12
-
|**regexValidation**|**String**| A regex to validate the value |[optional][default to null]|
13
12
|**additionalData**|[**Map**](AnyType.md)| Free form additional data |[optional][default to null]|
14
13
15
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments