import * as $dara from '@darabonba/typescript'; export declare class GetAdInsertionRequest extends $dara.Model { /** * @remarks * The name of the ad insertion configuration that you want to query. * * This parameter is required. * * @example * my_ad */ name?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }