tencentcloud-sdk-ccc 3.0.888 → 3.0.890

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a62945c5ae9e8b26dac456986a04a4500c8fbe63
4
- data.tar.gz: 19acd356f53ab21a8bbe2445447871eacc0312a3
3
+ metadata.gz: 11193d7b2659bc63f1701f05a67b5e8550c6b6ec
4
+ data.tar.gz: 48ad9f754797eb52e6e948cc9d3f72f8df97cdfa
5
5
  SHA512:
6
- metadata.gz: 4be0f64de4b20bcd676fe1f7f76f0cc92ba617da51ca12f75a189d99e653abf2c9e68f32db08f74bc20d9ab9b75ce6a2adad682380d48b8cb7b04e9abaf2f3a8
7
- data.tar.gz: 6a7ecee9607066987292634947fea5f971a114489d7626619676bccf3d8ea8279232f64bdb76fd13ae2476c4c05036cf613aa73776d9a816bef27d9f927a7f62
6
+ metadata.gz: 7c4a032df5af3cb64f2ebf482c35dddbb2f75636f57e06db01689cef18e0dc58df93c8c50a5f0334ee3b49cdd522c3ee5f726553ddab82070d4898057eff6829
7
+ data.tar.gz: b412f0553b86b1da2753f51372bc394a4bba810acd1b48115d87e65beee5cec4a18eaa0cad583685cfc3f54a3f19476b394b864b45e44adf8a84086759b5467a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.888
1
+ 3.0.890
@@ -1860,10 +1860,10 @@ module TencentCloud
1860
1860
 
1861
1861
  # DescribeChatMessages请求参数结构体
1862
1862
  class DescribeChatMessagesRequest < TencentCloud::Common::AbstractModel
1863
- # @param InstanceId: 实例 ID(废弃)
1864
- # @type InstanceId: Integer
1865
1863
  # @param SdkAppId: 应用 ID,可以查看 https://console.cloud.tencent.com/ccc
1866
1864
  # @type SdkAppId: Integer
1865
+ # @param InstanceId: 实例 ID(废弃)
1866
+ # @type InstanceId: Integer
1867
1867
  # @param CdrId: 服务记录ID(废弃)
1868
1868
  # @type CdrId: String
1869
1869
  # @param Limit: 返回记录条数,最大为100 默认20
@@ -1875,16 +1875,16 @@ module TencentCloud
1875
1875
  # @param SessionId: 服务记录 SessionID
1876
1876
  # @type SessionId: String
1877
1877
 
1878
- attr_accessor :InstanceId, :SdkAppId, :CdrId, :Limit, :Offset, :Order, :SessionId
1878
+ attr_accessor :SdkAppId, :InstanceId, :CdrId, :Limit, :Offset, :Order, :SessionId
1879
1879
  extend Gem::Deprecate
1880
1880
  deprecate :InstanceId, :none, 2024, 8
1881
1881
  deprecate :InstanceId=, :none, 2024, 8
1882
1882
  deprecate :CdrId, :none, 2024, 8
1883
1883
  deprecate :CdrId=, :none, 2024, 8
1884
1884
 
1885
- def initialize(instanceid=nil, sdkappid=nil, cdrid=nil, limit=nil, offset=nil, order=nil, sessionid=nil)
1886
- @InstanceId = instanceid
1885
+ def initialize(sdkappid=nil, instanceid=nil, cdrid=nil, limit=nil, offset=nil, order=nil, sessionid=nil)
1887
1886
  @SdkAppId = sdkappid
1887
+ @InstanceId = instanceid
1888
1888
  @CdrId = cdrid
1889
1889
  @Limit = limit
1890
1890
  @Offset = offset
@@ -1893,8 +1893,8 @@ module TencentCloud
1893
1893
  end
1894
1894
 
1895
1895
  def deserialize(params)
1896
- @InstanceId = params['InstanceId']
1897
1896
  @SdkAppId = params['SdkAppId']
1897
+ @InstanceId = params['InstanceId']
1898
1898
  @CdrId = params['CdrId']
1899
1899
  @Limit = params['Limit']
1900
1900
  @Offset = params['Offset']
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.888
4
+ version: 3.0.890
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-08-18 00:00:00.000000000 Z
11
+ date: 2024-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common