Class: TencentCloud::Cwp::V20180228::Item
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::Item
- Defined in:
- lib/v20180228/models.rb
Overview
项
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(itemid = nil, itemname = nil, customitemvalues = nil, categoryid = nil) ⇒ Item
constructor
A new instance of Item.
Constructor Details
#initialize(itemid = nil, itemname = nil, customitemvalues = nil, categoryid = nil) ⇒ Item
Returns a new instance of Item.
29963 29964 29965 29966 29967 29968 |
# File 'lib/v20180228/models.rb', line 29963 def initialize(itemid=nil, itemname=nil, customitemvalues=nil, categoryid=nil) @ItemId = itemid @ItemName = itemname @CustomItemValues = customitemvalues @CategoryId = categoryid end |
Instance Attribute Details
#CategoryId ⇒ Object
29961 29962 29963 |
# File 'lib/v20180228/models.rb', line 29961 def CategoryId @CategoryId end |
#CustomItemValues ⇒ Object
29961 29962 29963 |
# File 'lib/v20180228/models.rb', line 29961 def CustomItemValues @CustomItemValues end |
#ItemId ⇒ Object
29961 29962 29963 |
# File 'lib/v20180228/models.rb', line 29961 def ItemId @ItemId end |
#ItemName ⇒ Object
29961 29962 29963 |
# File 'lib/v20180228/models.rb', line 29961 def ItemName @ItemName end |
Instance Method Details
#deserialize(params) ⇒ Object
29970 29971 29972 29973 29974 29975 |
# File 'lib/v20180228/models.rb', line 29970 def deserialize(params) @ItemId = params['ItemId'] @ItemName = params['ItemName'] @CustomItemValues = params['CustomItemValues'] @CategoryId = params['CategoryId'] end |