Method: CloudmersiveValidateApiClient::UserAgentValidateResponse.attribute_map
- Defined in:
- lib/cloudmersive-validate-api-client/models/user_agent_validate_response.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
# File 'lib/cloudmersive-validate-api-client/models/user_agent_validate_response.rb', line 61 def self.attribute_map { :'successful' => :'Successful', :'is_bot' => :'IsBot', :'bot_name' => :'BotName', :'bot_url' => :'BotURL', :'operating_system' => :'OperatingSystem', :'operating_system_cpu_platform' => :'OperatingSystemCPUPlatform', :'operating_system_version' => :'OperatingSystemVersion', :'device_type' => :'DeviceType', :'device_brand_name' => :'DeviceBrandName', :'device_model' => :'DeviceModel', :'browser_name' => :'BrowserName', :'browser_version' => :'BrowserVersion', :'browser_engine_name' => :'BrowserEngineName', :'browser_engine_version' => :'BrowserEngineVersion' } end |