the value of Analysis parameter for a Runner for this Run
| Name | Type | Description | Notes |
|---|---|---|---|
| parameterId | string | the parameter Id | [default to undefined] |
| varType | string | the parameter value type | [optional] [readonly] [default to undefined] |
| value | string | the parameter value | [default to undefined] |
import { RunTemplateParameterValue } from '@cosmotech/api-ts';
const instance: RunTemplateParameterValue = {
parameterId,
varType,
value,
};