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.
14714 14715 14716 14717 |
# File 'lib/v20181119/models.rb', line 14714 def initialize(vin=nil, requestid=nil) @Vin = vin @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14712 14713 14714 |
# File 'lib/v20181119/models.rb', line 14712 def RequestId @RequestId end |
#Vin ⇒ Object
14712 14713 14714 |
# File 'lib/v20181119/models.rb', line 14712 def Vin @Vin end |
Instance Method Details
#deserialize(params) ⇒ Object
14719 14720 14721 14722 |
# File 'lib/v20181119/models.rb', line 14719 def deserialize(params) @Vin = params['Vin'] @RequestId = params['RequestId'] end |