CmsJobLocationResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the job location. | [default to null] |
| name | String | Name of the job location. | [default to null] |
| city | String | City where the job is located. | [optional] [default to null] |
| country | String | Country where the job is located. | [optional] [default to null] |
| is_remote_location | Boolean | Whether this location allows remote work. | [default to null] |
| created_at | Date | Timestamp when the location was created. | [default to null] |
| updated_at | Date | Timestamp when the location was last updated. | [default to null] |