tencentcloud-sdk-bri 3.0.589 → 3.0.591

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: f18cd236452bc84206e945a1f3f928b6a51924cd
4
- data.tar.gz: 94d54ca115fada658b49da531aed6fdf4ff5c6b1
3
+ metadata.gz: da129639fc711b4b92c28976bfb69aa09cbec2bb
4
+ data.tar.gz: cba70243672a7e9464d634cf906cf04e7f584fd8
5
5
  SHA512:
6
- metadata.gz: ab523f5abb204679548021baad754f7c5f315df4acc8ea96d50873fc5c77530ba3d90ab26cb47514e2ec6e6050d466e9a15d3528523942b2f3652dff8a418bfd
7
- data.tar.gz: 38da768a43543b74e511576384b0ca165ff81f721d57380f78a32d9f4831a0d04e1a18238d3c40cb0a44f36031fc9f3ae2093129a0ddba2c33710753a20f9e48
6
+ metadata.gz: 668d4d54db11c361f806f414a9476aa58b57ecea5d304af50d7774a88a1af7ae78fbcd648493639f324d9af24640b07e34f646510b12274ad0448ecbf888a7be
7
+ data.tar.gz: 0c8a1e92a16b6ad33494710c3659d956fb9aeb303969d3e442878697581adfaa468d154b8908a88293922adc230259a2b5c724df0a5ef75b226e662806c3b26e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -50,7 +50,7 @@ module TencentCloud
50
50
  # @type WechatTag: String
51
51
 
52
52
  attr_accessor :Service, :QQ, :QQTag, :Url, :CertMd5, :PackageName, :FileMd5, :Scene, :PhoneNumber, :FileSize, :Ip, :Imei, :Wechat, :WechatTag
53
-
53
+
54
54
  def initialize(service=nil, qq=nil, qqtag=nil, url=nil, certmd5=nil, packagename=nil, filemd5=nil, scene=nil, phonenumber=nil, filesize=nil, ip=nil, imei=nil, wechat=nil, wechattag=nil)
55
55
  @Service = service
56
56
  @QQ = qq
@@ -118,7 +118,7 @@ module TencentCloud
118
118
  # @type Tags: Array
119
119
 
120
120
  attr_accessor :Score, :Tags
121
-
121
+
122
122
  def initialize(score=nil, tags=nil)
123
123
  @Score = score
124
124
  @Tags = tags
@@ -138,7 +138,7 @@ module TencentCloud
138
138
  # @type ResourceId: String
139
139
 
140
140
  attr_accessor :RequestData, :ResourceId
141
-
141
+
142
142
  def initialize(requestdata=nil, resourceid=nil)
143
143
  @RequestData = requestdata
144
144
  @ResourceId = resourceid
@@ -161,7 +161,7 @@ module TencentCloud
161
161
  # @type RequestId: String
162
162
 
163
163
  attr_accessor :ResponseData, :RequestId
164
-
164
+
165
165
  def initialize(responsedata=nil, requestid=nil)
166
166
  @ResponseData = responsedata
167
167
  @RequestId = requestid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-bri
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.589
4
+ version: 3.0.591
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-09 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common