tencentcloud-sdk-market 3.0.590 → 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: 85c090f6aae0eb54a8c3571b9ea76b529ca4e608
4
- data.tar.gz: fb61e6c4fe23a7f63ca703beab36c515bd59542c
3
+ metadata.gz: 79b9a593b0a9d7b49577678d54ffa2b0ea5f71b7
4
+ data.tar.gz: 6a7458fb2aeb9ea0ab89d599e0e10fa9d9ff20d9
5
5
  SHA512:
6
- metadata.gz: ec4cd379fd47fa17cbbf3876a55030abcea219551b5c15d1fc3c07fa64ab390265081982984eac845d1c3040a71e98cd23cd278ccf1012f5ae151d9042224f56
7
- data.tar.gz: b7c4b2e4c004c11f3345da2c67776eb157350f1a7cb4252919143f674af7cd495902fac937bf1ae9c5272d24976bbe9201500507f48dfea18604c52a883bba1b
6
+ metadata.gz: 591ad900104563ad47d6752aaa52cd64524cd9338202bba3ebfc2955aa1c68a0aeacfb91db329de9459a3b4ea25eb27bd3a674d6c2e65fe1ab6ce713f0295635
7
+ data.tar.gz: 256d9989ab12e32a2822639dd26f371e8307911ea18560be4d82429612474614c95e41b6c2145feda2d80e09e546345612e076f4ca2ad5bd7e0a1d2a3d5defaf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
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.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