| Name | Type | Description | Notes |
|---|---|---|---|
| typeOf | string | ||
| id | int | ||
| title | string | ||
| description | string | ||
| coverImage | string | ||
| published | bool | ||
| publishedAt | \DateTime | ||
| tagList | string[] | ||
| slug | string | ||
| path | string | ||
| url | string | ||
| canonicalUrl | string | ||
| commentsCount | int | ||
| positiveReactionsCount | int | ||
| publicReactionsCount | int | ||
| pageViewsCount | int | ||
| publishedTimestamp | \DateTime | Crossposting or published date time | |
| bodyMarkdown | string | The body of the article in Markdown format | |
| user | \Bitween\DevTo\Model\SharedUser | ||
| organization | \Bitween\DevTo\Model\SharedOrganization | [optional] | |
| flareTag | \Bitween\DevTo\Model\ArticleFlareTag | [optional] |