mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
21 lines
616 B
Markdown
21 lines
616 B
Markdown
# AnonymizeUserResponseBody
|
|
|
|
response
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { AnonymizeUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: AnonymizeUserResponseBody = {
|
|
success: "<value>",
|
|
username: "Casimer.Kutch",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `success` | *string* | :heavy_check_mark: | N/A |
|
|
| `username` | *string* | :heavy_check_mark: | N/A | |