@veeroute/lss-studio-angular
Version:
OpenAPI client for @veeroute/lss-studio-angular
28 lines (27 loc) • 531 B
TypeScript
/**
* VRt.Studio [ST]
*
* The version of the OpenAPI document: 7.23.2926
* Contact: servicedesk@veeroute.com
*
* NOTE: This class is auto generated by OpenAPI Generator.
* Do not edit the class manually.
*/
/**
* Experiment description.
*/
export interface ExperimentSpecificationStudio {
[key: string]: any | any;
/**
* Experiment name.
*/
name: string;
/**
* Experiment comment.
*/
comment: string | null;
/**
* Key, unique identifier.
*/
folder_key: string;
}