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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200210/models.rb +6 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4b393f1439711d410c4a8a5caa6b63023a4b117
|
4
|
+
data.tar.gz: 1574310e69f00a08ac2a589ab862be32978ec79c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4c5b3d453a0ab82096fbccd52d597e76030bfa9df24d38efe90728a70cade8bec6d9b667405c1b7d9bb03a0c8df166078fb4de90ef774547998a3e793a14deb
|
7
|
+
data.tar.gz: 39731af98fcd90bf1c525f5d2bd629056d727eb1a6ab12f15a78840d507fa59826ad0cf5f2857c23c5356cfa341ab6beeddfb1d054ce9f1a02ef04002a79a964
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1104
|
data/lib/v20200210/models.rb
CHANGED
@@ -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.
|
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-
|
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
|