mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
919 B
919 B
ListUsersPublicUser
Example Usage
import { ListUsersPublicUser } from "@lukehagar/discoursejs/sdk/models/operations";
let value: ListUsersPublicUser = {
avatarTemplate: "<value>",
id: 406733,
name: "<value>",
title: "<value>",
username: "Kory.Lueilwitz27",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
avatarTemplate |
string | ✔️ | N/A |
id |
number | ✔️ | N/A |
name |
string | ✔️ | N/A |
title |
string | ✔️ | N/A |
username |
string | ✔️ | N/A |