| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| name | String | ||
| universal_name | String | ||
| location | String | ||
| student_count_display | String | ||
| url | String | ||
| logo_url | String |
require 'unifapi'
instance = Unifapi::LinkedinSchool.new(
id: null,
name: null,
universal_name: null,
location: null,
student_count_display: null,
url: null,
logo_url: null
)