| Name | Type | Description | Notes |
|---|---|---|---|
| country | String | ||
| city | String | ||
| state | String | ||
| address_line | String | ||
| postal_code | String |
require 'unifapi'
instance = Unifapi::LinkedinHeadquarters.new(
country: null,
city: null,
state: null,
address_line: null,
postal_code: null
)