tencentcloud-sdk-ccc 3.0.1102 → 3.0.1104

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 33eb27a9060a08dc3ece43843951741cdbcee023
4
- data.tar.gz: 84eb11c89aee0cb9150bc9fb95309067d9da11bc
3
+ metadata.gz: e4b393f1439711d410c4a8a5caa6b63023a4b117
4
+ data.tar.gz: 1574310e69f00a08ac2a589ab862be32978ec79c
5
5
  SHA512:
6
- metadata.gz: fe007c7706bf2862bf2052f3b709525b66eef9091e5dc6262193c59e4f7d525f848e2a82813de577895be52002dce2e930096632e26e22e44f5d5d304fb07d20
7
- data.tar.gz: b393d20aa119be9ba3d642083e425e32b528d90c2f21eefdb24d4c922cd3130943a73fdf1df535ff7ec42ad1c4352620605539c99ec9d32fe8e2247c5e92039f
6
+ metadata.gz: a4c5b3d453a0ab82096fbccd52d597e76030bfa9df24d38efe90728a70cade8bec6d9b667405c1b7d9bb03a0c8df166078fb4de90ef774547998a3e793a14deb
7
+ data.tar.gz: 39731af98fcd90bf1c525f5d2bd629056d727eb1a6ab12f15a78840d507fa59826ad0cf5f2857c23c5356cfa341ab6beeddfb1d054ce9f1a02ef04002a79a964
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1102
1
+ 3.0.1104
@@ -5819,10 +5819,12 @@ module TencentCloud
5819
5819
  # @type SkillGroupType: Integer
5820
5820
  # @param Alias: 技能组内线号码
5821
5821
  # @type Alias: String
5822
+ # @param RingAll: 是否同振
5823
+ # @type RingAll: Boolean
5822
5824
 
5823
- attr_accessor :SkillGroupId, :SkillGroupName, :Type, :RoutePolicy, :UsingLastSeat, :MaxConcurrency, :LastModifyTimestamp, :SkillGroupType, :Alias
5825
+ attr_accessor :SkillGroupId, :SkillGroupName, :Type, :RoutePolicy, :UsingLastSeat, :MaxConcurrency, :LastModifyTimestamp, :SkillGroupType, :Alias, :RingAll
5824
5826
 
5825
- def initialize(skillgroupid=nil, skillgroupname=nil, type=nil, routepolicy=nil, usinglastseat=nil, maxconcurrency=nil, lastmodifytimestamp=nil, skillgrouptype=nil, _alias=nil)
5827
+ def initialize(skillgroupid=nil, skillgroupname=nil, type=nil, routepolicy=nil, usinglastseat=nil, maxconcurrency=nil, lastmodifytimestamp=nil, skillgrouptype=nil, _alias=nil, ringall=nil)
5826
5828
  @SkillGroupId = skillgroupid
5827
5829
  @SkillGroupName = skillgroupname
5828
5830
  @Type = type
@@ -5832,6 +5834,7 @@ module TencentCloud
5832
5834
  @LastModifyTimestamp = lastmodifytimestamp
5833
5835
  @SkillGroupType = skillgrouptype
5834
5836
  @Alias = _alias
5837
+ @RingAll = ringall
5835
5838
  end
5836
5839
 
5837
5840
  def deserialize(params)
@@ -5844,6 +5847,7 @@ module TencentCloud
5844
5847
  @LastModifyTimestamp = params['LastModifyTimestamp']
5845
5848
  @SkillGroupType = params['SkillGroupType']
5846
5849
  @Alias = params['Alias']
5850
+ @RingAll = params['RingAll']
5847
5851
  end
5848
5852
  end
5849
5853
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ccc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1102
4
+ version: 3.0.1104
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-16 00:00:00.000000000 Z
11
+ date: 2025-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common