Files
discoursejs/docs/sdk/models/operations/createdby.md

23 lines
770 B
Markdown

# CreatedBy
## Example Usage
```typescript
import { CreatedBy } from "@lukehagar/discoursejs/sdk/models/operations";
let value: CreatedBy = {
avatarTemplate: "<value>",
id: 392569,
name: "<value>",
username: "Sasha_Thiel19",
};
```
## 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 |