| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| name | String | ||
| universal_name | String | ||
| url | String | ||
| description | String | ||
| follower_count | Integer | ||
| staff_count | Integer | ||
| industries | Array<String> | ||
| logo_url | String |
require 'unifapi'
instance = Unifapi::LinkedinJobCompany.new(
id: null,
name: null,
universal_name: null,
url: null,
description: null,
follower_count: null,
staff_count: null,
industries: null,
logo_url: null
)