//#region src/model/TheLabelsToPassToTheExecutionCreated.d.ts /** * The TheLabelsToPassToTheExecutionCreated model module. * @module model/TheLabelsToPassToTheExecutionCreated */ declare class TheLabelsToPassToTheExecutionCreated { /** * Constructs a TheLabelsToPassToTheExecutionCreated from a plain JavaScript object, optionally creating a new instance. * Copies all relevant properties from data to obj if supplied or a new instance if not. * @param {Object} data The plain JavaScript object bearing properties of interest. * @param {module:model/TheLabelsToPassToTheExecutionCreated} obj Optional instance to populate. * @return {module:model/TheLabelsToPassToTheExecutionCreated} The populated TheLabelsToPassToTheExecutionCreated instance. */ static constructFromObject(data: any, obj: any): any; /** * Create an instance of TheLabelsToPassToTheExecutionCreated from a JSON string. * @param {string} json_string JSON string. * @return {module:model/TheLabelsToPassToTheExecutionCreated} An instance of TheLabelsToPassToTheExecutionCreated. */ static fromJSON: (json_string: string) => any; /** * Constructs a new TheLabelsToPassToTheExecutionCreated. * @alias module:model/TheLabelsToPassToTheExecutionCreated * @param {(module:model/MapObjectObject|module:model/[String])} instance The actual instance to initialize TheLabelsToPassToTheExecutionCreated. */ constructor(instance?: any); actualInstance: any; /** * Gets the actual instance, which can be MapObjectObject, [String]. * @return {(module:model/MapObjectObject|module:model/[String])} The actual instance. */ getActualInstance(): (module: model) => any; /** * Sets the actual instance, which can be MapObjectObject, [String]. * @param {(module:model/MapObjectObject|module:model/[String])} obj The actual instance. */ setActualInstance(obj: any): void; /** * Returns the JSON representation of the actual instance. * @return {string} */ toJSON: () => string; empty: any; } declare namespace TheLabelsToPassToTheExecutionCreated { let OneOf: string[]; } //#endregion export { TheLabelsToPassToTheExecutionCreated as default };