| Name | Type | Description | Notes |
|---|---|---|---|
| title | string | ||
| bodyMarkdown | string | The body of the listing in Markdown format. | |
| category | \Bitween\DevTo\Model\ListingCategory | ||
| 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] |
| organizationId | int | The id of the organization the user is creating the listing for. Only users belonging to an organization can assign the listing to it. | [optional] |
| action | string | Set it to "draft" to create an unpublished listing | [optional] |