tencentcloud-sdk-ba 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/v20200720/models.rb +6 -6
- 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: d8a3f2e2e9535d42e897b5a18a7bc4202ade6916
|
4
|
+
data.tar.gz: 9927389c53f0807232feaaab6436b1deacd08b62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b1d4d98a454f4ef0d050a93dfe5a4c4783f4c12c96cfa33330197dce48709d3a2b3f548f9759bee3418757d62193f3b8e0284f8225a2cdf9832afa33b1e15194
|
7
|
+
data.tar.gz: 6d527ea01951a60ce6472b00970e6329eda0d7cc06dd3ee414172f988180679d193e05e2744e070f0379c9ecc5eecd4eb888c6890a62c871dc15dd63eff57716
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20200720/models.rb
CHANGED
@@ -23,7 +23,7 @@ module TencentCloud
|
|
23
23
|
# @type SessionKey: String
|
24
24
|
|
25
25
|
attr_accessor :SessionKey
|
26
|
-
|
26
|
+
|
27
27
|
def initialize(sessionkey=nil)
|
28
28
|
@SessionKey = sessionkey
|
29
29
|
end
|
@@ -41,7 +41,7 @@ module TencentCloud
|
|
41
41
|
# @type RequestId: String
|
42
42
|
|
43
43
|
attr_accessor :Url, :RequestId
|
44
|
-
|
44
|
+
|
45
45
|
def initialize(url=nil, requestid=nil)
|
46
46
|
@Url = url
|
47
47
|
@RequestId = requestid
|
@@ -56,7 +56,7 @@ module TencentCloud
|
|
56
56
|
# DescribeGetAuthInfo请求参数结构体
|
57
57
|
class DescribeGetAuthInfoRequest < TencentCloud::Common::AbstractModel
|
58
58
|
|
59
|
-
|
59
|
+
|
60
60
|
def initialize()
|
61
61
|
end
|
62
62
|
|
@@ -76,7 +76,7 @@ module TencentCloud
|
|
76
76
|
# @type RequestId: String
|
77
77
|
|
78
78
|
attr_accessor :IsTenPayMasked, :IsAuthenticated, :Type, :RequestId
|
79
|
-
|
79
|
+
|
80
80
|
def initialize(istenpaymasked=nil, isauthenticated=nil, type=nil, requestid=nil)
|
81
81
|
@IsTenPayMasked = istenpaymasked
|
82
82
|
@IsAuthenticated = isauthenticated
|
@@ -106,7 +106,7 @@ module TencentCloud
|
|
106
106
|
# @type CheckSamePerson: Boolean
|
107
107
|
|
108
108
|
attr_accessor :IcpOrderId, :SourceWebId, :TargetWebIds, :SyncFields, :CheckSamePerson
|
109
|
-
|
109
|
+
|
110
110
|
def initialize(icporderid=nil, sourcewebid=nil, targetwebids=nil, syncfields=nil, checksameperson=nil)
|
111
111
|
@IcpOrderId = icporderid
|
112
112
|
@SourceWebId = sourcewebid
|
@@ -130,7 +130,7 @@ module TencentCloud
|
|
130
130
|
# @type RequestId: String
|
131
131
|
|
132
132
|
attr_accessor :RequestId
|
133
|
-
|
133
|
+
|
134
134
|
def initialize(requestid=nil)
|
135
135
|
@RequestId = requestid
|
136
136
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ba
|
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
|