import * as $dara from '@darabonba/typescript'; export declare class GetStorageListRequest extends $dara.Model { /** * @remarks * The application ID. * * @example * app-**** */ appId?: string; /** * @remarks * The OSS storage status. * * @example * Normal */ status?: string; /** * @remarks * The storage type. * * @example * vod_oss_bucket */ storageType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }