mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
535 B
535 B
Kombo::GetLmsCoursesPositiveResponseDataResultsInnerSkillsInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | The name of the skill. | |
| skill_level | String | The proficiency level of the skill (e.g., "Beginner", "Intermediate", "Advanced"). |
Example
require 'kombo_client'
instance = Kombo::GetLmsCoursesPositiveResponseDataResultsInnerSkillsInner.new(
name: null,
skill_level: null
)