import * as $dara from '@darabonba/typescript'; export declare class DescribeTemplateAttributeRequest extends $dara.Model { /** * @remarks * The templatetype. * * - If you set this parameter to `kubernetes`, the template is displayed on the Orchestration Templates page in the console. * * - If you leave this parameter empty or set it to other values, the template is not displayed on the Orchestration Templates page in the console. * * Settings this parameter to `kubernetes` is recommended. * * @example * kubernetes */ templateType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }