[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [BackgroundService](./puppeteer.protocol.backgroundservice.md) > [SetRecordingRequest](./puppeteer.protocol.backgroundservice.setrecordingrequest.md) ## Protocol.BackgroundService.SetRecordingRequest interface Signature: ```typescript export interface SetRecordingRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [service](./puppeteer.protocol.backgroundservice.setrecordingrequest.service.md) | [ServiceName](./puppeteer.protocol.backgroundservice.servicename.md) | | | [shouldRecord](./puppeteer.protocol.backgroundservice.setrecordingrequest.shouldrecord.md) | boolean | |