Method: UltracartClient::HitSessionStart.openapi_types
- Defined in:
- lib/ultracart_api/models/hit_session_start.rb
.openapi_types ⇒ Object
Attribute type mapping.
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 |
# File 'lib/ultracart_api/models/hit_session_start.rb', line 81 def self.openapi_types { :'bot' => :'Boolean', :'bounce' => :'Boolean', :'channel' => :'String', :'device_switch_detected' => :'Boolean', :'fake_bot' => :'Boolean', :'geolocation_country' => :'String', :'geolocation_latitude' => :'Float', :'geolocation_longitude' => :'Float', :'geolocation_province' => :'String', :'no_cookie_support' => :'Boolean', :'prefetch' => :'Boolean', :'referrer' => :'String', :'screen_height' => :'Integer', :'screen_width' => :'Integer', :'time_on_site' => :'Float', :'user_agent' => :'String', :'user_ip' => :'String' } end |