# JobLocation ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **country** | Option<**String**> | Full country name. | [optional] **region** | Option<**String**> | Region. | [optional] **city** | Option<**String**> | The city for the job. | [optional] **postal_code** | Option<**String**> | Postal code of the business location for the job. | [optional] **latitude** | Option<**f32**> | Latitude coordinates of the business location for the job. | [optional] **longitude** | Option<**f32**> | Longitude coordinates of the business location for the job. | [optional] **street** | Option<**String**> | Street address of the business location for the job. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)