tencentcloud-sdk-domain 3.0.552 → 3.0.554

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180808/models.rb +17 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cbe118c6f264ac9639ef4b56f3c9b487b8d0e798
4
- data.tar.gz: 8fdbefe9a07877b08c20207256f275430f92624a
3
+ metadata.gz: 9e0e5d21766e4009c5afd6fc7a6bd08b162471bc
4
+ data.tar.gz: 465be6515b79f0e0ca5fd9299100dad7303d1318
5
5
  SHA512:
6
- metadata.gz: 887709f447928ded9ec7bcb69b428f0a04f6629ce19ffbc55e70b535b36055762bb8da4041532c63d6179225e5140042ee050af9a4330ac03da79e099b4dcf65
7
- data.tar.gz: b41bb5d095443b4d41ed0625098ece84b9aba268b7898f09ce11cf410a9d84900a54796c400bc2e564e69c95ec44697c8cd4aa1c4d836afbcecd5405dd4bf3bb
6
+ metadata.gz: cc72d8c0dec5747c8dc6971dec4d415f087a4f1100aca53ea776bdce429d9ac6263fb3f4d0ac45495f56a9995513d21ec293059b4559d340b3dc8f1cb57a928f
7
+ data.tar.gz: 8bed4f4c81f03f1be69de59acb62aecf69dae8451eb23c59761f5dab31b091ee510c17f69fe1a02eb5e4aab5594408bb32ee8354c634a93e8d3520d172bc1caf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.552
1
+ 3.0.554
@@ -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.552
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-17 00:00:00.000000000 Z
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