import * as $dara from '@darabonba/typescript'; export declare class CreateBackendModelRequest extends $dara.Model { /** * @example * 34e94fcd3e2e47a49824a89b8f92cb5e */ backendId?: string; /** * @example * {\\"ServiceAddress\\":\\"http://apigateway-echo-redux.alicloudapi.com:8080\\"} */ backendModelData?: string; /** * @example * HTTP */ backendType?: string; /** * @example * model description */ description?: string; securityToken?: string; /** * @example * TEST */ stageName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }