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.
7378 7379 7380 7381 |
# File 'lib/v20181119/models.rb', line 7378 def initialize(name=nil, value=nil) @Name = name @Value = value end |
Instance Attribute Details
#Name ⇒ Object
7376 7377 7378 |
# File 'lib/v20181119/models.rb', line 7376 def Name @Name end |
#Value ⇒ Object
7376 7377 7378 |
# File 'lib/v20181119/models.rb', line 7376 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
7383 7384 7385 7386 |
# File 'lib/v20181119/models.rb', line 7383 def deserialize(params) @Name = params['Name'] @Value = params['Value'] end |