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.
14886 14887 14888 14889 |
# File 'lib/v20181119/models.rb', line 14886 def initialize(vin=nil, requestid=nil) @Vin = vin @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14884 14885 14886 |
# File 'lib/v20181119/models.rb', line 14884 def RequestId @RequestId end |
#Vin ⇒ Object
14884 14885 14886 |
# File 'lib/v20181119/models.rb', line 14884 def Vin @Vin end |
Instance Method Details
#deserialize(params) ⇒ Object
14891 14892 14893 14894 |
# File 'lib/v20181119/models.rb', line 14891 def deserialize(params) @Vin = params['Vin'] @RequestId = params['RequestId'] end |