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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191010/models.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79b9a593b0a9d7b49577678d54ffa2b0ea5f71b7
|
4
|
+
data.tar.gz: 6a7458fb2aeb9ea0ab89d599e0e10fa9d9ff20d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 591ad900104563ad47d6752aaa52cd64524cd9338202bba3ebfc2955aa1c68a0aeacfb91db329de9459a3b4ea25eb27bd3a674d6c2e65fe1ab6ce713f0295635
|
7
|
+
data.tar.gz: 256d9989ab12e32a2822639dd26f371e8307911ea18560be4d82429612474614c95e41b6c2145feda2d80e09e546345612e076f4ca2ad5bd7e0a1d2a3d5defaf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20191010/models.rb
CHANGED
@@ -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.
|
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-
|
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
|