tencentcloud-sdk-domain 3.0.553 → 3.0.555

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: 56c38a946e41b4f9d0f23799106f910f039b3aa7
4
+ data.tar.gz: 0b4c534d2855b9567d77415c1e5838523aaeefdc
5
5
  SHA512:
6
- metadata.gz: f0d66e397cf1a343e04f8aac0d97d3fd73d406a016727fd5b48781e5b5ce4f1fa4718a2efc3663dfd3335905870dc8cf1019a5b94ee2c1d4aa22f0253cca88c3
7
- data.tar.gz: a0c7e089eb70d46078c040c8b4ada3fc73c42514fd33a44c2635c300abb9be6fbeb0962578c8b70d6d19712e916bf72ded318f44ebfa03113f3163a3092f3f48
6
+ metadata.gz: 651697d52ed5f54bd5823093bb42ac59554e5dd1939c1d52df7dbba70bbb270e90474487f7fc4b357beb65b8a26cdf57869c393826139a136557419abd94e379
7
+ data.tar.gz: 3a2e2147c421e8cb77ac3611a41420831cef718b4a514fb7bc254779377d76f4b91c9291347a4a2233c319640fbbb3f7b6ef00494eb17a67879585b502ad8e7b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.553
1
+ 3.0.555
@@ -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.555
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