tencentcloud-sdk-domain 3.0.553 → 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: 56ee4732b9ecf823a4234c8ae2512150a35a006a
4
- data.tar.gz: a3366950915688c9318326c8598cbce17556b769
3
+ metadata.gz: 9e0e5d21766e4009c5afd6fc7a6bd08b162471bc
4
+ data.tar.gz: 465be6515b79f0e0ca5fd9299100dad7303d1318
5
5
  SHA512:
6
- metadata.gz: f0d66e397cf1a343e04f8aac0d97d3fd73d406a016727fd5b48781e5b5ce4f1fa4718a2efc3663dfd3335905870dc8cf1019a5b94ee2c1d4aa22f0253cca88c3
7
- data.tar.gz: a0c7e089eb70d46078c040c8b4ada3fc73c42514fd33a44c2635c300abb9be6fbeb0962578c8b70d6d19712e916bf72ded318f44ebfa03113f3163a3092f3f48
6
+ metadata.gz: cc72d8c0dec5747c8dc6971dec4d415f087a4f1100aca53ea776bdce429d9ac6263fb3f4d0ac45495f56a9995513d21ec293059b4559d340b3dc8f1cb57a928f
7
+ data.tar.gz: 8bed4f4c81f03f1be69de59acb62aecf69dae8451eb23c59761f5dab31b091ee510c17f69fe1a02eb5e4aab5594408bb32ee8354c634a93e8d3520d172bc1caf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.553
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.553
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-18 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