Class: TencentCloud::Ccc::V20200210::SkillGroupItem

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200210/models.rb

Overview

技能组信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#PriorityObject

Parameters:

  • SkillGroupId:

    技能组ID

  • SkillGroupName:

    技能组名称

  • Priority:

    优先级

  • Type:

    类型:IM、TEL、ALL(全媒体)



6590
6591
6592
# File 'lib/v20200210/models.rb', line 6590

def Priority
  @Priority
end

#SkillGroupIdObject

Parameters:

  • SkillGroupId:

    技能组ID

  • SkillGroupName:

    技能组名称

  • Priority:

    优先级

  • Type:

    类型:IM、TEL、ALL(全媒体)



6590
6591
6592
# File 'lib/v20200210/models.rb', line 6590

def SkillGroupId
  @SkillGroupId
end

#SkillGroupNameObject

Parameters:

  • SkillGroupId:

    技能组ID

  • SkillGroupName:

    技能组名称

  • Priority:

    优先级

  • Type:

    类型:IM、TEL、ALL(全媒体)



6590
6591
6592
# File 'lib/v20200210/models.rb', line 6590

def SkillGroupName
  @SkillGroupName
end

#TypeObject

Parameters:

  • SkillGroupId:

    技能组ID

  • SkillGroupName:

    技能组名称

  • Priority:

    优先级

  • Type:

    类型:IM、TEL、ALL(全媒体)



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