Class: TencentCloud::Ccc::V20200210::SkillGroupInfoItem
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ccc::V20200210::SkillGroupInfoItem
- Defined in:
- lib/v20200210/models.rb
Overview
技能组信息
Instance Attribute Summary collapse
- #Alias ⇒ Object
- #LastModifyTimestamp ⇒ Object
- #MaxConcurrency ⇒ Object
- #RingAll ⇒ Object
- #RoutePolicy ⇒ Object
- #SkillGroupId ⇒ Object
- #SkillGroupName ⇒ Object
- #SkillGroupType ⇒ Object
- #Type ⇒ Object
- #UsingLastSeat ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(skillgroupid = nil, skillgroupname = nil, type = nil, routepolicy = nil, usinglastseat = nil, maxconcurrency = nil, lastmodifytimestamp = nil, skillgrouptype = nil, _alias = nil, ringall = nil) ⇒ SkillGroupInfoItem
constructor
A new instance of SkillGroupInfoItem.
Constructor Details
#initialize(skillgroupid = nil, skillgroupname = nil, type = nil, routepolicy = nil, usinglastseat = nil, maxconcurrency = nil, lastmodifytimestamp = nil, skillgrouptype = nil, _alias = nil, ringall = nil) ⇒ SkillGroupInfoItem
Returns a new instance of SkillGroupInfoItem.
6552 6553 6554 6555 6556 6557 6558 6559 6560 6561 6562 6563 |
# File 'lib/v20200210/models.rb', line 6552 def initialize(skillgroupid=nil, skillgroupname=nil, type=nil, routepolicy=nil, usinglastseat=nil, maxconcurrency=nil, =nil, skillgrouptype=nil, _alias=nil, ringall=nil) @SkillGroupId = skillgroupid @SkillGroupName = skillgroupname @Type = type @RoutePolicy = routepolicy @UsingLastSeat = usinglastseat @MaxConcurrency = maxconcurrency @LastModifyTimestamp = @SkillGroupType = skillgrouptype @Alias = _alias @RingAll = ringall end |
Instance Attribute Details
#Alias ⇒ Object
6550 6551 6552 |
# File 'lib/v20200210/models.rb', line 6550 def Alias @Alias end |
#LastModifyTimestamp ⇒ Object
6550 6551 6552 |
# File 'lib/v20200210/models.rb', line 6550 def LastModifyTimestamp @LastModifyTimestamp end |
#MaxConcurrency ⇒ Object
6550 6551 6552 |
# File 'lib/v20200210/models.rb', line 6550 def MaxConcurrency @MaxConcurrency end |
#RingAll ⇒ Object
6550 6551 6552 |
# File 'lib/v20200210/models.rb', line 6550 def RingAll @RingAll end |
#RoutePolicy ⇒ Object
6550 6551 6552 |
# File 'lib/v20200210/models.rb', line 6550 def RoutePolicy @RoutePolicy end |
#SkillGroupId ⇒ Object
6550 6551 6552 |
# File 'lib/v20200210/models.rb', line 6550 def SkillGroupId @SkillGroupId end |
#SkillGroupName ⇒ Object
6550 6551 6552 |
# File 'lib/v20200210/models.rb', line 6550 def SkillGroupName @SkillGroupName end |
#SkillGroupType ⇒ Object
6550 6551 6552 |
# File 'lib/v20200210/models.rb', line 6550 def SkillGroupType @SkillGroupType end |
#Type ⇒ Object
6550 6551 6552 |
# File 'lib/v20200210/models.rb', line 6550 def Type @Type end |
#UsingLastSeat ⇒ Object
6550 6551 6552 |
# File 'lib/v20200210/models.rb', line 6550 def UsingLastSeat @UsingLastSeat end |
Instance Method Details
#deserialize(params) ⇒ Object
6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 |
# File 'lib/v20200210/models.rb', line 6565 def deserialize(params) @SkillGroupId = params['SkillGroupId'] @SkillGroupName = params['SkillGroupName'] @Type = params['Type'] @RoutePolicy = params['RoutePolicy'] @UsingLastSeat = params['UsingLastSeat'] @MaxConcurrency = params['MaxConcurrency'] @LastModifyTimestamp = params['LastModifyTimestamp'] @SkillGroupType = params['SkillGroupType'] @Alias = params['Alias'] @RingAll = params['RingAll'] end |