Class: TencentCloud::Ocr::V20181119::OtherInvoiceItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ocr::V20181119::OtherInvoiceItem
- Defined in:
- lib/v20181119/models.rb
Overview
OtherInvoiceItem
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil) ⇒ OtherInvoiceItem
constructor
A new instance of OtherInvoiceItem.
Constructor Details
#initialize(name = nil, value = nil) ⇒ OtherInvoiceItem
Returns a new instance of OtherInvoiceItem.
7246 7247 7248 7249 |
# File 'lib/v20181119/models.rb', line 7246 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
7244 7245 7246 |
# File 'lib/v20181119/models.rb', line 7244 def Name @Name end |
#Value ⇒ Object
7244 7245 7246 |
# File 'lib/v20181119/models.rb', line 7244 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
7251 7252 7253 7254 |
# File 'lib/v20181119/models.rb', line 7251 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |