tencentcloud-sdk-bri 3.0.590 → 3.0.591

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: 8547b4c5134aac55423ba8e2a7293ad7086a4f9d
4
- data.tar.gz: a85d593876e83aa581de4286a8aa35719fbc9c48
3
+ metadata.gz: da129639fc711b4b92c28976bfb69aa09cbec2bb
4
+ data.tar.gz: cba70243672a7e9464d634cf906cf04e7f584fd8
5
5
  SHA512:
6
- metadata.gz: 7036844a6cf940d0fc12004efc19748d9fbb1ff132e81b292fbdb8ca24910086cd43e47027ca5527ace85d2c287551fda3db2ae1d42f3f0702527d4c06caf9af
7
- data.tar.gz: 496c903c938c0b4abf7811b09f0d37e14a418d86177d845f5567140b0858c164e1f5a184d10634bc775e574a2e5937ff856b8d60b8c94e3d06a18a0c08d78cf2
6
+ metadata.gz: 668d4d54db11c361f806f414a9476aa58b57ecea5d304af50d7774a88a1af7ae78fbcd648493639f324d9af24640b07e34f646510b12274ad0448ecbf888a7be
7
+ data.tar.gz: 0c8a1e92a16b6ad33494710c3659d956fb9aeb303969d3e442878697581adfaa468d154b8908a88293922adc230259a2b5c724df0a5ef75b226e662806c3b26e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
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.590
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-12 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