Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 788 Bytes

File metadata and controls

25 lines (18 loc) · 788 Bytes

RunTemplateParameterValue

the value of Analysis parameter for a Runner for this Run

Properties

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]

Example

import { RunTemplateParameterValue } from '@cosmotech/api-ts';

const instance: RunTemplateParameterValue = {
    parameterId,
    varType,
    value,
};

[Back to Model list] [Back to API list] [Back to README]