Files

23 lines
759 B
Markdown

# Users
## Example Usage
```typescript
import { Users } from "@lukehagar/discoursejs/sdk/models/operations";
let value: Users = {
avatarTemplate: "<value>",
id: 665678,
name: "<value>",
username: "Lori_Bartell10",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `avatarTemplate` | *string* | :heavy_check_mark: | N/A |
| `id` | *number* | :heavy_check_mark: | N/A |
| `name` | *string* | :heavy_check_mark: | N/A |
| `username` | *string* | :heavy_check_mark: | N/A |