tencentcloud-sdk-ocr 3.0.408 → 3.0.409

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6e21365ebc8674514cc9899adbc1f6f93caea1d5
4
- data.tar.gz: 9d7cd951fd91d07af1b8d4c11173db811a3051fc
3
+ metadata.gz: 8f017405ce8b305333ad46b4d155bd78aeeee307
4
+ data.tar.gz: 5a2011def0170a4dea8d5c0c1ea9b3a56b1683d0
5
5
  SHA512:
6
- metadata.gz: de4cc375a65274edf22d5e4246ad1908e3caa9aa7bd97705d1f1feb5bf9dc259e85bc847180dba50c6234c3089613927795e8eab9fa6e2062cfff08ffaf8a070
7
- data.tar.gz: f1993d6fed9cc7930865ed1dafd9a42802c0c2a6c29fd829cdb1dff70885b1031d5a754c3006021269904a2cb2fed24b90d69e5ff896629f4c1c4b8d4a513356
6
+ metadata.gz: 0e00a49c26124abe3593f74a769f8c1329d4617c7a5f03e6bafb081d18f11b758bdfd8a0826d0063e123c17e0db849b36992669cd3587c7b2196558cfba372f3
7
+ data.tar.gz: 1ab3d927e89e88247a9ab76ed8bed5606d6f8884453cf75202e5f31c9ecc8d551f5361bf70a8501de3c7993ae41fd618fdc1ae1cf9b81a4a81d134048cd57035
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.408
1
+ 3.0.409
@@ -4453,12 +4453,14 @@ module TencentCloud
4453
4453
  # @type TestingTime: String
4454
4454
  # @param Vaccination: 疫苗接种信息,返回接种针数或接种情况(允许返回空值)
4455
4455
  # @type Vaccination: String
4456
+ # @param SpotName: 场所名称(允许返回空值)
4457
+ # @type SpotName: String
4456
4458
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4457
4459
  # @type RequestId: String
4458
4460
 
4459
- attr_accessor :Name, :IDNumber, :Time, :Color, :TestingInterval, :TestingResult, :TestingTime, :Vaccination, :RequestId
4461
+ attr_accessor :Name, :IDNumber, :Time, :Color, :TestingInterval, :TestingResult, :TestingTime, :Vaccination, :SpotName, :RequestId
4460
4462
 
4461
- def initialize(name=nil, idnumber=nil, time=nil, color=nil, testinginterval=nil, testingresult=nil, testingtime=nil, vaccination=nil, requestid=nil)
4463
+ def initialize(name=nil, idnumber=nil, time=nil, color=nil, testinginterval=nil, testingresult=nil, testingtime=nil, vaccination=nil, spotname=nil, requestid=nil)
4462
4464
  @Name = name
4463
4465
  @IDNumber = idnumber
4464
4466
  @Time = time
@@ -4467,6 +4469,7 @@ module TencentCloud
4467
4469
  @TestingResult = testingresult
4468
4470
  @TestingTime = testingtime
4469
4471
  @Vaccination = vaccination
4472
+ @SpotName = spotname
4470
4473
  @RequestId = requestid
4471
4474
  end
4472
4475
 
@@ -4479,6 +4482,7 @@ module TencentCloud
4479
4482
  @TestingResult = params['TestingResult']
4480
4483
  @TestingTime = params['TestingTime']
4481
4484
  @Vaccination = params['Vaccination']
4485
+ @SpotName = params['SpotName']
4482
4486
  @RequestId = params['RequestId']
4483
4487
  end
4484
4488
  end
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.408
4
+ version: 3.0.409
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-13 00:00:00.000000000 Z
11
+ date: 2022-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common