mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
21 lines
701 B
Markdown
21 lines
701 B
Markdown
# ListUserActionsRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ListUserActionsRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: ListUserActionsRequest = {
|
|
filter: "<value>",
|
|
offset: 148829,
|
|
username: "Viviane_Cole45",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `filter` | *string* | :heavy_check_mark: | N/A |
|
|
| `offset` | *number* | :heavy_check_mark: | N/A |
|
|
| `username` | *string* | :heavy_check_mark: | N/A | |