Class: TencentCloud::Iotcloud::V20180614::ResetDeviceResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20180614::ResetDeviceResult
- Defined in:
- lib/v20180614/models.rb
Overview
重置设备状态结果
Instance Attribute Summary collapse
-
#DeviceName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Reason ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Success ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(devicename = nil, success = nil, reason = nil) ⇒ ResetDeviceResult
constructor
A new instance of ResetDeviceResult.
Constructor Details
#initialize(devicename = nil, success = nil, reason = nil) ⇒ ResetDeviceResult
Returns a new instance of ResetDeviceResult.
4019 4020 4021 4022 4023 |
# File 'lib/v20180614/models.rb', line 4019 def initialize(devicename=nil, success=nil, reason=nil) @DeviceName = devicename @Success = success @Reason = reason end |
Instance Attribute Details
#DeviceName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4017 4018 4019 |
# File 'lib/v20180614/models.rb', line 4017 def DeviceName @DeviceName end |
#Reason ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4017 4018 4019 |
# File 'lib/v20180614/models.rb', line 4017 def Reason @Reason end |
#Success ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4017 4018 4019 |
# File 'lib/v20180614/models.rb', line 4017 def Success @Success end |
Instance Method Details
#deserialize(params) ⇒ Object
4025 4026 4027 4028 4029 |
# File 'lib/v20180614/models.rb', line 4025 def deserialize(params) @DeviceName = params['DeviceName'] @Success = params['Success'] @Reason = params['Reason'] end |