mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
977 B
977 B
Kombo::GetAssessmentOrdersOpenPositiveResponseDataResultsInnerJobLocation
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| city | String | [optional] | |
| country | String | Contains the ISO2 country code if possible. If not, it contains the original value. | [optional] |
| raw | String | If we have address data, this is filled with the raw address string. | [optional] |
| state | String | [optional] | |
| street_1 | String | If we can parse the address data, this field contains the first part of the street information. | [optional] |
| street_2 | String | [optional] | |
| zip_code | String | [optional] |
Example
require 'kombo_client'
instance = Kombo::GetAssessmentOrdersOpenPositiveResponseDataResultsInnerJobLocation.new(
city: null,
country: null,
raw: null,
state: null,
street_1: null,
street_2: null,
zip_code: null
)