Class: TencentCloud::Chc::V20230418::OtherDevReceivingInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chc::V20230418::OtherDevReceivingInfo
- Defined in:
- lib/v20230418/models.rb
Overview
其他设备收货信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(devicesn = nil, typename = nil, manufacturer = nil, hardwarememo = nil) ⇒ OtherDevReceivingInfo
constructor
A new instance of OtherDevReceivingInfo.
Constructor Details
#initialize(devicesn = nil, typename = nil, manufacturer = nil, hardwarememo = nil) ⇒ OtherDevReceivingInfo
Returns a new instance of OtherDevReceivingInfo.
3402 3403 3404 3405 3406 3407 |
# File 'lib/v20230418/models.rb', line 3402 def initialize(devicesn=nil, typename=nil, manufacturer=nil, hardwarememo=nil) @DeviceSn = devicesn @TypeName = typename @Manufacturer = manufacturer @HardwareMemo = hardwarememo end |
Instance Attribute Details
#DeviceSn ⇒ Object
3400 3401 3402 |
# File 'lib/v20230418/models.rb', line 3400 def DeviceSn @DeviceSn end |
#HardwareMemo ⇒ Object
3400 3401 3402 |
# File 'lib/v20230418/models.rb', line 3400 def HardwareMemo @HardwareMemo end |
#Manufacturer ⇒ Object
3400 3401 3402 |
# File 'lib/v20230418/models.rb', line 3400 def Manufacturer @Manufacturer end |
#TypeName ⇒ Object
3400 3401 3402 |
# File 'lib/v20230418/models.rb', line 3400 def TypeName @TypeName end |
Instance Method Details
#deserialize(params) ⇒ Object
3409 3410 3411 3412 3413 3414 |
# File 'lib/v20230418/models.rb', line 3409 def deserialize(params) @DeviceSn = params['DeviceSn'] @TypeName = params['TypeName'] @Manufacturer = params['Manufacturer'] @HardwareMemo = params['HardwareMemo'] end |