# Cyclos411Api.MobileBaseData

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cyclosVersion** | **String** | The version of the Cyclos server | [optional] 
**currentClientTime** | **Date** | The current client time according to the server | [optional] 
**numberFormat** | [**NumberFormatEnum**](NumberFormatEnum.md) | The format for numbers Possible values are: * commaAsDecimal: 9.999,99 * periodAsDecimal: 9,999.99  | [optional] 
**dateFormat** | [**DateFormatEnum**](DateFormatEnum.md) | The format for dates Possible values are: * dmyDash: DD-MM-YYYY * dmyPeriod: DD.MM.YYYY * dmySlash: DD/MM/YYYY * mdyDash: MM-DD-YYYY * mdyPeriod: MM.DD.YYYY * mdySlash: MM/DD/YYYY * ymdDash: YYYY-MM-DD * ymdPeriod: YYYY.MM.DD * ymdSlash: YYYY/MM/DD  | [optional] 
**timeFormat** | [**TimeFormatEnum**](TimeFormatEnum.md) | The format for times Possible values are: * h12: 12-hour with AM/PM indicator * h24: 24-hour  | [optional] 
**locale** | **String** | The current locale | [optional] 
**rootUrl** | **String** | The main URL set in the configuration | [optional] 
**theme** | [**ThemeUIElement**](ThemeUIElement.md) | The mobile theme. Only returned when changed. | [optional] 
**translations** | [**MobileTranslations**](MobileTranslations.md) | The mobile translations. Only returned when changed. | [optional] 
**maxImageWidth** | **Number** | Maximum width (in pixels) for uploaded images | [optional] 
**maxImageHeight** | **Number** | Maximum height (in pixels) for uploaded images | [optional] 
**maxUploadSize** | **Number** | Maximum size (in bytes) for uploaded files | [optional] 
**jpegQuality** | **Number** | Quality for JPEG image types (higher means better quality) | [optional] 


