Class: TencentCloud::Ccc::V20200210::SkillGroupItem
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::SkillGroupItem
- Defined in:
- lib/v20200210/models.rb
Overview
技能组信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(skillgroupid = nil, skillgroupname = nil, priority = nil, type = nil) ⇒ SkillGroupItem
constructor
A new instance of SkillGroupItem.
Constructor Details
#initialize(skillgroupid = nil, skillgroupname = nil, priority = nil, type = nil) ⇒ SkillGroupItem
Returns a new instance of SkillGroupItem.
6592 6593 6594 6595 6596 6597 |
# File 'lib/v20200210/models.rb', line 6592 def initialize(skillgroupid=nil, skillgroupname=nil, priority=nil, type=nil) @SkillGroupId = skillgroupid @SkillGroupName = skillgroupname @Priority = priority @Type = type end |
Instance Attribute Details
#Priority ⇒ Object
6590 6591 6592 |
# File 'lib/v20200210/models.rb', line 6590 def Priority @Priority end |
#SkillGroupId ⇒ Object
6590 6591 6592 |
# File 'lib/v20200210/models.rb', line 6590 def SkillGroupId @SkillGroupId end |
#SkillGroupName ⇒ Object
6590 6591 6592 |
# File 'lib/v20200210/models.rb', line 6590 def SkillGroupName @SkillGroupName end |
#Type ⇒ Object
6590 6591 6592 |
# File 'lib/v20200210/models.rb', line 6590 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
6599 6600 6601 6602 6603 6604 |
# File 'lib/v20200210/models.rb', line 6599 def deserialize(params) @SkillGroupId = params['SkillGroupId'] @SkillGroupName = params['SkillGroupName'] @Priority = params['Priority'] @Type = params['Type'] end |