ConnectWise::MemberSkill

| Name | Type | Description | Notes |

Views0
PublishedJan 15, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

ConnectWise::MemberSkill

Properties

NameTypeDescriptionNotes
skillSkillReference
skill_levelString
idInteger[optional]
certified_flagBoolean[optional]
years_experienceInteger[optional]
notesString[optional]
memberMemberReference[optional]
_infoHash<String, String>[optional]

Example

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
)
Share: