mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
19 lines
2.8 KiB
Markdown
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 | |