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

25 lines
888 B
Markdown

# LinkCounts
## Example Usage
```typescript
import { LinkCounts } from "@lukehagar/discoursejs/sdk/models/operations";
let value: LinkCounts = {
clicks: 46806,
internal: false,
reflection: false,
title: "<value>",
url: "https://wild-retrospectivity.com",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `clicks` | *number* | :heavy_check_mark: | N/A |
| `internal` | *boolean* | :heavy_check_mark: | N/A |
| `reflection` | *boolean* | :heavy_check_mark: | N/A |
| `title` | *string* | :heavy_check_mark: | N/A |
| `url` | *string* | :heavy_check_mark: | N/A |