| Name | Type | Description | Notes |
|---|---|---|---|
| title | string | [optional] | |
| bodyMarkdown | string | The body of the listing in Markdown format. | [optional] |
| category | \Bitween\DevTo\Model\ListingCategory | [optional] | |
| tags | string[] | Tags related to the listing. A maximum of 8 tags are allowed and it takes precedence over `tag_list`. | [optional] |
| tagList | string | Comma separated list of tags. A maximum of 8 tags are allowed. | [optional] |
| expiresAt | \DateTime | Date and time of expiration. | [optional] |
| contactViaConnect | bool | True if users are allowed to contact the listing's owner via DEV connect, false otherwise. Defaults to false. | [optional] |
| location | string | Geographical area or city for the listing. | [optional] |
| action | string | This param can be provided by itself to invoke some actions: - `bump` bumps the listing and charge either the organization or the user - `publish` publishes a draft listing - `unpublish` unpublishes a published listing It will take priority on any other param in the payload. | [optional] |