Files

33 lines
1.3 KiB
Markdown

# Owners
## Example Usage
```typescript
import { Owners } from "@lukehagar/discoursejs/sdk/models/operations";
let value: Owners = {
addedAt: "<value>",
avatarTemplate: "<value>",
id: 83112,
lastPostedAt: "<value>",
lastSeenAt: "<value>",
name: "<value>",
timezone: "Asia/Magadan",
title: "<value>",
username: "Drew66",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `addedAt` | *string* | :heavy_check_mark: | N/A |
| `avatarTemplate` | *string* | :heavy_check_mark: | N/A |
| `id` | *number* | :heavy_check_mark: | N/A |
| `lastPostedAt` | *string* | :heavy_check_mark: | N/A |
| `lastSeenAt` | *string* | :heavy_check_mark: | N/A |
| `name` | *string* | :heavy_check_mark: | N/A |
| `timezone` | *string* | :heavy_check_mark: | N/A |
| `title` | *string* | :heavy_check_mark: | N/A |
| `username` | *string* | :heavy_check_mark: | N/A |