jira_v3_openapi 1.6.1

Jira Cloud platform REST API lib (OpenAPI document version: 1001.0.0-SNAPSHOT-af42c50d50804c2f1b8ad4bb80d52c53890867e2)
Documentation
# 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<models::HealthCheckResult>**]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<**String**> | The default timezone of the Jira server. In a format known as Olson Time Zones, IANA Time Zones or TZ Database Time Zones. | [optional]
**server_title** | Option<**String**> | The name of the Jira instance. | [optional]
**version** | Option<**String**> | The version of Jira. | [optional]
**version_numbers** | Option<**Vec<i32>**> | 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)