mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
739 B
739 B
Kombo::GetHrisJobPositionsPositiveResponseDataResultsInnerSkillsInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The ID of the skill. | |
| remote_id | String | The remote ID of the skill. | |
| name | String | The name of the skill. | |
| required | Boolean | Whether this skill is required or optional for this position. | |
| required_level | String | The required skill level for this position. |
Example
require 'kombo_client'
instance = Kombo::GetHrisJobPositionsPositiveResponseDataResultsInnerSkillsInner.new(
id: null,
remote_id: null,
name: null,
required: null,
required_level: null
)