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
**id** | **String** | the Solution Run Template id | [default to null]
7
-
**name** | **String** | the Run Template name | [default to null]
7
+
**name** | **String** | the Run Template name | [optional][default to null]
8
8
**description** | **String** | the Run Template description | [optional][default to null]
9
9
**csmSimulation** | **String** | the Cosmo Tech simulation name. This information is send to the Engine. Mandatory information if no Engine is defined | [optional][default to null]
10
10
**tags** | **List** | the list of Run Template tags | [optional][default to null]
**id** | **String** | the Parameter Group id | [default to null]
7
-
**labels** | **Map** | a translated label with key as ISO 639-1 code | [default to null]
7
+
**labels** | **Map** | a translated label with key as ISO 639-1 code | [optional][default to null]
8
8
**isTable** | **Boolean** | does the group define a table | [optional][default to null]
9
9
**options** | **Map** | freeform options | [optional][default to null]
10
10
**parentId** | **String** | the Run Template Group parent Id | [optional][default to null]
11
-
**parameters** | **List** | an ordered list of Run Template Parameters | [default to null]
11
+
**parameters** | **List** | an ordered list of Run Template Parameters | [optional][default to null]
12
12
13
13
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**id** | **String** | the Solution version unique identifier | [optional][default to null]
7
-
**key** | **String** | the Solution key which group Solution versions | [default to null]
8
-
**name** | **String** | the Solution name | [default to null]
7
+
**key** | **String** | the Solution key which group Solution versions | [optional][default to null]
8
+
**name** | **String** | the Solution name | [optional][default to null]
9
9
**description** | **String** | the Solution description | [optional][default to null]
10
-
**repository** | **String** | the registry repository containing the image | [default to null]
10
+
**repository** | **String** | the registry repository containing the image | [optional][default to null]
11
11
**csmSimulator** | **String** | the main Cosmo Tech simulator name used in standard Run Template | [optional][default to null]
12
-
**version** | **String** | the Solution version MAJOR.MINOR.PATCH. Must be aligned with an existing repository tag | [default to null]
12
+
**version** | **String** | the Solution version MAJOR.MINOR.PATCH. Must be aligned with an existing repository tag | [optional][default to null]
13
13
**ownerId** | **String** | the User id which own this Solution | [optional][default to null]
14
14
**sdkVersion** | **String** | the MAJOR.MINOR version used to build this solution | [optional][default to null]
15
15
**url** | **String** | an optional URL link to solution page | [optional][default to null]
16
16
**tags** | **List** | the list of tags | [optional][default to null]
17
17
**parameters** | [**List**](RunTemplateParameter.md) | the list of Run Template Parameters | [optional][default to null]
18
18
**parameterGroups** | [**List**](RunTemplateParameterGroup.md) | the list of parameters groups for the Run Templates | [optional][default to null]
19
-
**runTemplates** | [**List**](RunTemplate.md) | list of Run Template | [default to null]
19
+
**runTemplates** | [**List**](RunTemplate.md) | list of Run Template | [optional][default to null]
20
20
21
21
[[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