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

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 |