tencentcloud-sdk-ba 3.0.590 → 3.0.592
Sign up to get free protection for your applications and to get access to all the features.
- 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: 3fcb8afdac7a1ecaeba5a2b3b61c7e7b5cd82caa
|
4
|
+
data.tar.gz: adc5c50dd7e8bac0ea0ad1cecf736a64548f5a16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be9169cbcac972fffffce772eae803e54684c8272f2df0e42962b11cf389843c917f4446bef53ca50e7b10b6ac8fca1380f5530e48fa79bc74341cb4bb3aeba0
|
7
|
+
data.tar.gz: c58e0762a8e71566f92f08dd923acdad9451c8067a55d58ffe1d41835c351eaad0042a837906f04b9110d7d3df15b569a7984bcb6b05c0dda8b352ee1524aae5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.592
|
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.592
|
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-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|