Files
Prowlarr-TS-SDK/docs/models/logfileresource.md
2025-05-16 17:01:58 -05:00

19 lines
2.8 KiB
Markdown

# 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 |