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.
15070 15071 15072 15073 |
# File 'lib/v20181119/models.rb', line 15070 def initialize(vin=nil, requestid=nil) @Vin = vin @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
15068 15069 15070 |
# File 'lib/v20181119/models.rb', line 15068 def RequestId @RequestId end |
#Vin ⇒ Object
15068 15069 15070 |
# File 'lib/v20181119/models.rb', line 15068 def Vin @Vin end |
Instance Method Details
#deserialize(params) ⇒ Object
15075 15076 15077 15078 |
# File 'lib/v20181119/models.rb', line 15075 def deserialize(params) @Vin = params['Vin'] @RequestId = params['RequestId'] end |