tencentcloud-sdk-domain 3.0.553 → 3.0.554
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/v20180808/models.rb +17 -2
- 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: 9e0e5d21766e4009c5afd6fc7a6bd08b162471bc
|
|
4
|
+
data.tar.gz: 465be6515b79f0e0ca5fd9299100dad7303d1318
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc72d8c0dec5747c8dc6971dec4d415f087a4f1100aca53ea776bdce429d9ac6263fb3f4d0ac45495f56a9995513d21ec293059b4559d340b3dc8f1cb57a928f
|
|
7
|
+
data.tar.gz: 8bed4f4c81f03f1be69de59acb62aecf69dae8451eb23c59761f5dab31b091ee510c17f69fe1a02eb5e4aab5594408bb32ee8354c634a93e8d3520d172bc1caf
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.554
|
data/lib/v20180808/models.rb
CHANGED
|
@@ -123,19 +123,34 @@ module TencentCloud
|
|
|
123
123
|
# @type CertificateType: String
|
|
124
124
|
# @param ImgUrl: 证件照片地址。
|
|
125
125
|
# @type ImgUrl: String
|
|
126
|
+
# @param RegistrantCertificateCode: 联系人证件号码。
|
|
127
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
128
|
+
# @type RegistrantCertificateCode: String
|
|
129
|
+
# @param RegistrantCertificateType: 联系人证件类型。
|
|
130
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
131
|
+
# @type RegistrantCertificateType: String
|
|
132
|
+
# @param RegistrantImgUrl: 联系人证件照片地址。
|
|
133
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
134
|
+
# @type RegistrantImgUrl: String
|
|
126
135
|
|
|
127
|
-
attr_accessor :CertificateCode, :CertificateType, :ImgUrl
|
|
136
|
+
attr_accessor :CertificateCode, :CertificateType, :ImgUrl, :RegistrantCertificateCode, :RegistrantCertificateType, :RegistrantImgUrl
|
|
128
137
|
|
|
129
|
-
def initialize(certificatecode=nil, certificatetype=nil, imgurl=nil)
|
|
138
|
+
def initialize(certificatecode=nil, certificatetype=nil, imgurl=nil, registrantcertificatecode=nil, registrantcertificatetype=nil, registrantimgurl=nil)
|
|
130
139
|
@CertificateCode = certificatecode
|
|
131
140
|
@CertificateType = certificatetype
|
|
132
141
|
@ImgUrl = imgurl
|
|
142
|
+
@RegistrantCertificateCode = registrantcertificatecode
|
|
143
|
+
@RegistrantCertificateType = registrantcertificatetype
|
|
144
|
+
@RegistrantImgUrl = registrantimgurl
|
|
133
145
|
end
|
|
134
146
|
|
|
135
147
|
def deserialize(params)
|
|
136
148
|
@CertificateCode = params['CertificateCode']
|
|
137
149
|
@CertificateType = params['CertificateType']
|
|
138
150
|
@ImgUrl = params['ImgUrl']
|
|
151
|
+
@RegistrantCertificateCode = params['RegistrantCertificateCode']
|
|
152
|
+
@RegistrantCertificateType = params['RegistrantCertificateType']
|
|
153
|
+
@RegistrantImgUrl = params['RegistrantImgUrl']
|
|
139
154
|
end
|
|
140
155
|
end
|
|
141
156
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-domain
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.554
|
|
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-04-
|
|
11
|
+
date: 2023-04-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|