import "../ApiClient-fBZ10h6n.mjs"; import { t as ServiceType } from "../ServiceType-aIzMRT54.mjs"; import "../ServerInstanceType-CwvVeo6m.mjs"; import { t as InstanceControllerApiServerInstance_default } from "../InstanceControllerApiServerInstance-BqQHIkFz.mjs"; import { t as ServiceServiceState } from "../ServiceServiceState-C7RWhVk-.mjs"; //#region src/model/InstanceControllerApiServiceInstance.d.ts type IInstanceControllerApiServiceInstance = { id: string; type: ServiceType; state: ServiceServiceState; server: InstanceControllerApiServerInstance_default; createdAt: Date; updatedAt: Date; }; /** * @typedef {Object} IInstanceControllerApiServiceInstance * @property {String} id * @property {ServiceType} type * @property {ServiceServiceState} state * @property {InstanceControllerApiServerInstance} server * @property {Date} createdAt * @property {Date} updatedAt */ /** * The InstanceControllerApiServiceInstance model module. * @module model/InstanceControllerApiServiceInstance * @type {IInstanceControllerApiServiceInstance} */ declare class InstanceControllerApiServiceInstance { /** * Initializes the fields of this object. * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). * Only for internal use. */ static initialize(obj: any): void; /** * Constructs a InstanceControllerApiServiceInstance 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/InstanceControllerApiServiceInstance} obj Optional instance to populate. * @return {module:model/InstanceControllerApiServiceInstance} The populated InstanceControllerApiServiceInstance instance. */ static constructFromObject(data: any, obj: any): any; /** * Validates the JSON data with respect to InstanceControllerApiServiceInstance. * @param {Object} data The plain JavaScript object bearing properties of interest. * @return {boolean} to indicate whether the JSON data is valid with respect to InstanceControllerApiServiceInstance. */ static validateJSON(data: any): boolean; id: string; type: ServiceType; state: ServiceServiceState; server: InstanceControllerApiServerInstance_default; createdAt: Date; updatedAt: Date; } //#endregion export { IInstanceControllerApiServiceInstance, InstanceControllerApiServiceInstance as default };