import * as $dara from '@darabonba/typescript'; export declare class ListCmsInstancesResponseBodyDataProducts extends $dara.Model { /** * @example * - */ descr?: string; /** * @example * 20210 */ id?: string; /** * @example * cloudserver */ instance?: string; /** * @example * hologres */ name?: string; /** * @example * face */ prod?: string; /** * @example * arms */ source?: string; /** * @example * true */ state?: string; /** * @example * 1647852021000 */ time?: string; /** * @example * HOLOGRES */ type?: string; /** * @example * https://g.console.aliyun.com/d/1098370038733503-35894-565/cms-hologres?orgId\\u003d9\\u0026refresh\\u003d60s */ url?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ListCmsInstancesResponseBodyData extends $dara.Model { /** * @example * true */ enableTag?: boolean; products?: ListCmsInstancesResponseBodyDataProducts[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ListCmsInstancesResponseBody extends $dara.Model { data?: ListCmsInstancesResponseBodyData; /** * @example * E7A04B0D-E2CA-59BB-8A9D-D5D349C22BF1 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }