tencentcloud-sdk-ccc 3.0.869 → 3.0.870

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: bc123c6766947fca140a40c1b3c02a10a8e88514
4
- data.tar.gz: e0c5f4605f7086bda1e0337d48ed12f274798f96
3
+ metadata.gz: 8c8382bc39ee9d62260c5bd31c48d636615c3480
4
+ data.tar.gz: 61d20ba53fadf1e207d0b1d76b246651b172112d
5
5
  SHA512:
6
- metadata.gz: 228a9f11f14b44eaf1a3183e316eb2572e10214b599eb2d9016b48651b237d6396aa5495d6321ea4e5c1b97cb408b246dc6b205b6bd15b80341a473f5044eea3
7
- data.tar.gz: f7a1fad382f59553c360e8407699e5bd93e577cf85335086cc9b5e3d25a9184bdf0cddba15669a9bf74545a94d396a3d6f9715ea0cdf30c5f5861fd4c8ddfbb7
6
+ metadata.gz: 2a6b3b3f3aaa6d4ad6d9e0011530e0d56b40aaf57c558d83eed55d18a8cdcc922eb7992379b39e1a6a0b50fddda01f5fc19cd82aaeb7526bd9060ff47eb94390
7
+ data.tar.gz: 33fcba4ddc498a1d0857178db8796d402b7aa8d92377479e6c8b709cc485781d292bdb3f5ee755d90514886aec7ce6ab525d36cda02a410806e653bf91647a7d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.869
1
+ 3.0.870
@@ -4287,10 +4287,13 @@ module TencentCloud
4287
4287
  # @param SkillGroupType: 技能组类型0-电话,1-在线,3-音频,4-视频
4288
4288
  # 注意:此字段可能返回 null,表示取不到有效值。
4289
4289
  # @type SkillGroupType: Integer
4290
+ # @param Alias: 技能组内线号码
4291
+ # 注意:此字段可能返回 null,表示取不到有效值。
4292
+ # @type Alias: String
4290
4293
 
4291
- attr_accessor :SkillGroupId, :SkillGroupName, :Type, :RoutePolicy, :UsingLastSeat, :MaxConcurrency, :LastModifyTimestamp, :SkillGroupType
4294
+ attr_accessor :SkillGroupId, :SkillGroupName, :Type, :RoutePolicy, :UsingLastSeat, :MaxConcurrency, :LastModifyTimestamp, :SkillGroupType, :Alias
4292
4295
 
4293
- def initialize(skillgroupid=nil, skillgroupname=nil, type=nil, routepolicy=nil, usinglastseat=nil, maxconcurrency=nil, lastmodifytimestamp=nil, skillgrouptype=nil)
4296
+ def initialize(skillgroupid=nil, skillgroupname=nil, type=nil, routepolicy=nil, usinglastseat=nil, maxconcurrency=nil, lastmodifytimestamp=nil, skillgrouptype=nil, _alias=nil)
4294
4297
  @SkillGroupId = skillgroupid
4295
4298
  @SkillGroupName = skillgroupname
4296
4299
  @Type = type
@@ -4299,6 +4302,7 @@ module TencentCloud
4299
4302
  @MaxConcurrency = maxconcurrency
4300
4303
  @LastModifyTimestamp = lastmodifytimestamp
4301
4304
  @SkillGroupType = skillgrouptype
4305
+ @Alias = _alias
4302
4306
  end
4303
4307
 
4304
4308
  def deserialize(params)
@@ -4310,6 +4314,7 @@ module TencentCloud
4310
4314
  @MaxConcurrency = params['MaxConcurrency']
4311
4315
  @LastModifyTimestamp = params['LastModifyTimestamp']
4312
4316
  @SkillGroupType = params['SkillGroupType']
4317
+ @Alias = params['Alias']
4313
4318
  end
4314
4319
  end
4315
4320
 
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.869
4
+ version: 3.0.870
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-21 00:00:00.000000000 Z
11
+ date: 2024-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common