tencentcloud-sdk-ocr 3.0.572 → 3.0.573

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 343f63a26895662b4dc6af9312375ef5ef50c48a
4
- data.tar.gz: aef351f05dff9a5f9594709759c459e90811e8ac
3
+ metadata.gz: 2a57e0baf01ef285b4731c6a92cdf47a8dac6cf3
4
+ data.tar.gz: f2c028c516376c2423aa9abe0b61c9e64305fc6e
5
5
  SHA512:
6
- metadata.gz: 32c769c79f9c1f5c875a6d1091286cc5f6c0161569a19cc1973b98011e8c7212dcebcc9cc5d64d676a2d0368fea65910398e94521feb6be73b02a1b3981b3b2c
7
- data.tar.gz: 31f7df13f031fca0319bc5e4166ff050972b5304cbed7de1009994b2185eda72e46c6349cfd3f913afa6740179e3e01ec3a43a0af6cc8d21ceea12565d3acb74
6
+ metadata.gz: 1cece7871293a6c0603969e2b425bd66e7feeb70d6d011ad9ffa86fcd625f7ab9e87ecee122f106440aa1568e6a009135a1a509ae913bf348f36f61634993225
7
+ data.tar.gz: e3376dc3aac3a6b7d76c5256e8345c648af29206e2880c491e9bca8d6a8707884fe4cce399aeb4a7cca000dc5e66e143b45e6fd415cbd4ffa9746f02a38f12db
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.572
1
+ 3.0.573
@@ -8894,10 +8894,13 @@ module TencentCloud
8894
8894
  # @param TotalQuasiMass: 准牵引总质量
8895
8895
  # 注意:此字段可能返回 null,表示取不到有效值。
8896
8896
  # @type TotalQuasiMass: String
8897
+ # @param SubPageCode: 副页编码
8898
+ # 注意:此字段可能返回 null,表示取不到有效值。
8899
+ # @type SubPageCode: String
8897
8900
 
8898
- attr_accessor :PlateNo, :FileNo, :AllowNum, :TotalMass, :CurbWeight, :LoadQuality, :ExternalSize, :Marks, :Record, :TotalQuasiMass
8901
+ attr_accessor :PlateNo, :FileNo, :AllowNum, :TotalMass, :CurbWeight, :LoadQuality, :ExternalSize, :Marks, :Record, :TotalQuasiMass, :SubPageCode
8899
8902
 
8900
- def initialize(plateno=nil, fileno=nil, allownum=nil, totalmass=nil, curbweight=nil, loadquality=nil, externalsize=nil, marks=nil, record=nil, totalquasimass=nil)
8903
+ def initialize(plateno=nil, fileno=nil, allownum=nil, totalmass=nil, curbweight=nil, loadquality=nil, externalsize=nil, marks=nil, record=nil, totalquasimass=nil, subpagecode=nil)
8901
8904
  @PlateNo = plateno
8902
8905
  @FileNo = fileno
8903
8906
  @AllowNum = allownum
@@ -8908,6 +8911,7 @@ module TencentCloud
8908
8911
  @Marks = marks
8909
8912
  @Record = record
8910
8913
  @TotalQuasiMass = totalquasimass
8914
+ @SubPageCode = subpagecode
8911
8915
  end
8912
8916
 
8913
8917
  def deserialize(params)
@@ -8921,6 +8925,7 @@ module TencentCloud
8921
8925
  @Marks = params['Marks']
8922
8926
  @Record = params['Record']
8923
8927
  @TotalQuasiMass = params['TotalQuasiMass']
8928
+ @SubPageCode = params['SubPageCode']
8924
8929
  end
8925
8930
  end
8926
8931
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ocr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.572
4
+ version: 3.0.573
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-05-18 00:00:00.000000000 Z
11
+ date: 2023-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common