github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/ClientApplicationInfo.md (about) 1 # ClientApplicationInfo 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Detected** | **bool** | 'True', if the server succeeded detecting application info, sufficient to return provisioning info | 7 **UserAgent** | **string** | The value of 'User-Agent' header, as it was passed in request | [optional] 8 **AppId** | **string** | Application identifier (from authorization session) | [optional] 9 **AppName** | **string** | Application name (from authorization session, but must match 'User-Agent') | [optional] 10 **AppVersion** | **string** | Application version (parsed from 'User-Agent') | [optional] 11 **AppPlatform** | **string** | Application platform operation system (parsed from 'User-Agent': Windows, MacOS, Android, iOS | [optional] 12 **AppPlatformVersion** | **string** | Application platform operation system version (parsed from 'User-Agent') | [optional] 13 **Locale** | **string** | Locale, parsed from 'Accept-Language'. Currently en-GB and en-US locales are supported. The default value is en-US | [optional] 14 15 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 17