# LogFileResource ## Example Usage ```typescript import { LogFileResource } from "prowlarr"; let value: LogFileResource = {}; ``` ## Fields | Field | Type | Required | Description | | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | | `id` | *number* | :heavy_minus_sign: | N/A | | `filename` | *string* | :heavy_minus_sign: | N/A | | `lastWriteTime` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A | | `contentsUrl` | *string* | :heavy_minus_sign: | N/A | | `downloadUrl` | *string* | :heavy_minus_sign: | N/A |