mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-09 20:37:45 +00:00
21 lines
869 B
Markdown
21 lines
869 B
Markdown
# ListUsersPublicMeta
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ListUsersPublicMeta } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: ListUsersPublicMeta = {
|
|
lastUpdatedAt: "<value>",
|
|
loadMoreDirectoryItems: "<value>",
|
|
totalRowsDirectoryItems: 750595,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------- | ------------------------- | ------------------------- | ------------------------- |
|
|
| `lastUpdatedAt` | *string* | :heavy_check_mark: | N/A |
|
|
| `loadMoreDirectoryItems` | *string* | :heavy_check_mark: | N/A |
|
|
| `totalRowsDirectoryItems` | *number* | :heavy_check_mark: | N/A | |