import * as $dara from '@darabonba/typescript'; export declare class DescribeVscsRequestTag extends $dara.Model { /** * @example * Environment */ key?: string; /** * @example * TestValue */ value?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeVscsRequest extends $dara.Model { /** * @example * i-bp67acfmxazb4ph**** */ instanceId?: string; /** * @example * 10 */ maxResults?: number; /** * @example * AAAAAdDWBF2 */ nextToken?: string; ownerAccount?: string; ownerId?: number; /** * @remarks * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; /** * @example * rg-bp67acfmxazb4p**** */ resourceGroupId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; /** * @example * Successful */ status?: string; tag?: DescribeVscsRequestTag[]; vscIds?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }