Class: TencentCloud::Ocr::V20181119::RecognizeHealthCodeOCRResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::RecognizeHealthCodeOCRResponse
- Defined in:
- lib/v20181119/models.rb
Overview
RecognizeHealthCodeOCR返回参数结构体
Instance Attribute Summary collapse
- #Color ⇒ Object
- #IDNumber ⇒ Object
- #Name ⇒ Object
- #RequestId ⇒ Object
- #SpotName ⇒ Object
- #TestingInterval ⇒ Object
- #TestingResult ⇒ Object
- #TestingTime ⇒ Object
- #Time ⇒ Object
- #Vaccination ⇒ Object
- #VaccinationTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, idnumber = nil, time = nil, color = nil, testinginterval = nil, testingresult = nil, testingtime = nil, vaccination = nil, spotname = nil, vaccinationtime = nil, requestid = nil) ⇒ RecognizeHealthCodeOCRResponse
constructor
A new instance of RecognizeHealthCodeOCRResponse.
Constructor Details
#initialize(name = nil, idnumber = nil, time = nil, color = nil, testinginterval = nil, testingresult = nil, testingtime = nil, vaccination = nil, spotname = nil, vaccinationtime = nil, requestid = nil) ⇒ RecognizeHealthCodeOCRResponse
Returns a new instance of RecognizeHealthCodeOCRResponse.
9269 9270 9271 9272 9273 9274 9275 9276 9277 9278 9279 9280 9281 |
# File 'lib/v20181119/models.rb', line 9269 def initialize(name=nil, idnumber=nil, time=nil, color=nil, testinginterval=nil, testingresult=nil, testingtime=nil, vaccination=nil, spotname=nil, vaccinationtime=nil, requestid=nil) @Name = name @IDNumber = idnumber @Time = time @Color = color @TestingInterval = testinginterval @TestingResult = testingresult @TestingTime = testingtime @Vaccination = vaccination @SpotName = spotname @VaccinationTime = vaccinationtime @RequestId = requestid end |
Instance Attribute Details
#Color ⇒ Object
9267 9268 9269 |
# File 'lib/v20181119/models.rb', line 9267 def Color @Color end |
#IDNumber ⇒ Object
9267 9268 9269 |
# File 'lib/v20181119/models.rb', line 9267 def IDNumber @IDNumber end |
#Name ⇒ Object
9267 9268 9269 |
# File 'lib/v20181119/models.rb', line 9267 def Name @Name end |
#RequestId ⇒ Object
9267 9268 9269 |
# File 'lib/v20181119/models.rb', line 9267 def RequestId @RequestId end |
#SpotName ⇒ Object
9267 9268 9269 |
# File 'lib/v20181119/models.rb', line 9267 def SpotName @SpotName end |
#TestingInterval ⇒ Object
9267 9268 9269 |
# File 'lib/v20181119/models.rb', line 9267 def TestingInterval @TestingInterval end |
#TestingResult ⇒ Object
9267 9268 9269 |
# File 'lib/v20181119/models.rb', line 9267 def TestingResult @TestingResult end |
#TestingTime ⇒ Object
9267 9268 9269 |
# File 'lib/v20181119/models.rb', line 9267 def TestingTime @TestingTime end |
#Time ⇒ Object
9267 9268 9269 |
# File 'lib/v20181119/models.rb', line 9267 def Time @Time end |
#Vaccination ⇒ Object
9267 9268 9269 |
# File 'lib/v20181119/models.rb', line 9267 def Vaccination @Vaccination end |
#VaccinationTime ⇒ Object
9267 9268 9269 |
# File 'lib/v20181119/models.rb', line 9267 def VaccinationTime @VaccinationTime end |
Instance Method Details
#deserialize(params) ⇒ Object
9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 |
# File 'lib/v20181119/models.rb', line 9283 def deserialize(params) @Name = params['Name'] @IDNumber = params['IDNumber'] @Time = params['Time'] @Color = params['Color'] @TestingInterval = params['TestingInterval'] @TestingResult = params['TestingResult'] @TestingTime = params['TestingTime'] @Vaccination = params['Vaccination'] @SpotName = params['SpotName'] @VaccinationTime = params['VaccinationTime'] @RequestId = params['RequestId'] end |