Class: TencentCloud::Iotcloud::V20180614::DeleteDeviceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20180614::DeleteDeviceRequest
- Defined in:
- lib/v20180614/models.rb
Overview
DeleteDevice请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, skey = nil) ⇒ DeleteDeviceRequest
constructor
A new instance of DeleteDeviceRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, skey = nil) ⇒ DeleteDeviceRequest
Returns a new instance of DeleteDeviceRequest.
864 865 866 867 868 |
# File 'lib/v20180614/models.rb', line 864 def initialize(productid=nil, devicename=nil, skey=nil) @ProductId = productid @DeviceName = devicename @Skey = skey end |
Instance Attribute Details
#DeviceName ⇒ Object
862 863 864 |
# File 'lib/v20180614/models.rb', line 862 def DeviceName @DeviceName end |
#ProductId ⇒ Object
862 863 864 |
# File 'lib/v20180614/models.rb', line 862 def ProductId @ProductId end |
#Skey ⇒ Object
862 863 864 |
# File 'lib/v20180614/models.rb', line 862 def Skey @Skey end |
Instance Method Details
#deserialize(params) ⇒ Object
870 871 872 873 874 |
# File 'lib/v20180614/models.rb', line 870 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @Skey = params['Skey'] end |