General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
| Name | Type | Description | Notes |
Sign in to like and favorite skills
| Name | Type | Description | Notes |
|---|---|---|---|
| skill | SkillReference | ||
| skill_level | String | ||
| id | Integer | [optional] | |
| certified_flag | Boolean | [optional] | |
| years_experience | Integer | [optional] | |
| notes | String | [optional] | |
| member | MemberReference | [optional] | |
| _info | Hash<String, String> | [optional] |
require 'connect_wise' instance = ConnectWise::MemberSkill.new( skill: null, skill_level: null, id: null, certified_flag: null, years_experience: null, notes: null, member: null, _info: null )