Class: TencentCloud::Ocr::V20181119::VinOCRResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::VinOCRResponse
- Defined in:
- lib/v20181119/models.rb
Overview
VinOCR返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(vin = nil, requestid = nil) ⇒ VinOCRResponse
constructor
A new instance of VinOCRResponse.
Constructor Details
#initialize(vin = nil, requestid = nil) ⇒ VinOCRResponse
Returns a new instance of VinOCRResponse.
15006 15007 15008 15009 |
# File 'lib/v20181119/models.rb', line 15006 def initialize(vin=nil, requestid=nil) @Vin = vin @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
15004 15005 15006 |
# File 'lib/v20181119/models.rb', line 15004 def RequestId @RequestId end |
#Vin ⇒ Object
15004 15005 15006 |
# File 'lib/v20181119/models.rb', line 15004 def Vin @Vin end |
Instance Method Details
#deserialize(params) ⇒ Object
15011 15012 15013 15014 |
# File 'lib/v20181119/models.rb', line 15011 def deserialize(params) @Vin = params['Vin'] @RequestId = params['RequestId'] end |