tencentcloud-sdk-market 3.0.589 → 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: 921d03c34955613907de3736e43753066d4f49e8
4
- data.tar.gz: 36b2670b07e2911a7a16d930b37a9a1e28d3a871
3
+ metadata.gz: 79b9a593b0a9d7b49577678d54ffa2b0ea5f71b7
4
+ data.tar.gz: 6a7458fb2aeb9ea0ab89d599e0e10fa9d9ff20d9
5
5
  SHA512:
6
- metadata.gz: eddb15a0d9ed513953d5ef1df3f87052ced78d035bba31a6228f8b193e10c29e506eb35b1f3f0cfe580bad268ed9e5d2b40f7515090fdad7f9efd27a354c6183
7
- data.tar.gz: c21c317351726756c00851cb3922ffb42a6aa8604e5ed4fa4388895be6ebab479b42b517bf8749bcf1ace47f6f6db03f28107c469f9717898e4fe330d599e737
6
+ metadata.gz: 591ad900104563ad47d6752aaa52cd64524cd9338202bba3ebfc2955aa1c68a0aeacfb91db329de9459a3b4ea25eb27bd3a674d6c2e65fe1ab6ce713f0295635
7
+ data.tar.gz: 256d9989ab12e32a2822639dd26f371e8307911ea18560be4d82429612474614c95e41b6c2145feda2d80e09e546345612e076f4ca2ad5bd7e0a1d2a3d5defaf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.589
1
+ 3.0.591
@@ -33,7 +33,7 @@ module TencentCloud
33
33
  # @type FlowUnit: String
34
34
 
35
35
  attr_accessor :ProviderUin, :SignId, :ResourceId, :TotalFlow, :LeftFlow, :FlowUnit
36
-
36
+
37
37
  def initialize(provideruin=nil, signid=nil, resourceid=nil, totalflow=nil, leftflow=nil, flowunit=nil)
38
38
  @ProviderUin = provideruin
39
39
  @SignId = signid
@@ -66,7 +66,7 @@ module TencentCloud
66
66
  # @type RequestId: String
67
67
 
68
68
  attr_accessor :Success, :FlowId, :Info, :RequestId
69
-
69
+
70
70
  def initialize(success=nil, flowid=nil, info=nil, requestid=nil)
71
71
  @Success = success
72
72
  @FlowId = flowid
@@ -88,7 +88,7 @@ module TencentCloud
88
88
  # @type InstanceId: String
89
89
 
90
90
  attr_accessor :InstanceId
91
-
91
+
92
92
  def initialize(instanceid=nil)
93
93
  @InstanceId = instanceid
94
94
  end
@@ -110,7 +110,7 @@ module TencentCloud
110
110
  # @type RequestId: String
111
111
 
112
112
  attr_accessor :MaxRequestNum, :InUseRequestNum, :RemainingRequestNum, :RequestId
113
-
113
+
114
114
  def initialize(maxrequestnum=nil, inuserequestnum=nil, remainingrequestnum=nil, requestid=nil)
115
115
  @MaxRequestNum = maxrequestnum
116
116
  @InUseRequestNum = inuserequestnum
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-market
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