# ServerInformation ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **base_url** | Option<**String**> | The base URL of the Jira instance. | [optional] **build_date** | Option<**String**> | The timestamp when the Jira version was built. | [optional] **build_number** | Option<**i32**> | The build number of the Jira version. | [optional] **deployment_type** | Option<**String**> | The type of server deployment. This is always returned as *Cloud*. | [optional] **display_url** | Option<**String**> | The display URL of the Jira instance. | [optional] **display_url_confluence** | Option<**String**> | The display URL of Confluence. | [optional] **display_url_servicedesk_help_center** | Option<**String**> | The display URL of the Servicedesk Help Center. | [optional] **health_checks** | Option<[**Vec**](HealthCheckResult.md)> | Jira instance health check results. Deprecated and no longer returned. | [optional] **scm_info** | Option<**String**> | The unique identifier of the Jira version. | [optional] **server_time** | Option<**String**> | The time in Jira when this request was responded to. | [optional] **server_time_zone** | Option<[**models::ServerInformationServerTimeZone**](ServerInformation_serverTimeZone.md)> | | [optional] **server_title** | Option<**String**> | The name of the Jira instance. | [optional] **version** | Option<**String**> | The version of Jira. | [optional] **version_numbers** | Option<**Vec**> | The major, minor, and revision version numbers of the Jira version. | [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)