import * as $dara from '@darabonba/typescript'; export declare class DescribeAppResponseBody extends $dara.Model { /** * @remarks * The ID of the app. * * @example * 110843374 */ appId?: number; /** * @remarks * The name of the app. * * @example * CreateApptest */ appName?: string; /** * @remarks * The time when the app was created. * * @example * 2019-01-29T09:33:01Z */ createdTime?: string; /** * @remarks * The description of the app. * * @example * Estimated on October 15, 2021 at 10:20:27 */ description?: string; disabled?: boolean; /** * @remarks * 扩展信息 * * @example * 110243810311 */ extend?: string; /** * @remarks * The time when the app was modified. * * @example * 2019-01-29T09:33:01Z */ modifiedTime?: string; /** * @remarks * The ID of the request. * * @example * DBDB3B0F-EC61-5F33-88AD-EC2446FA1DDB */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }