Class: TencentCloud::Iotcloud::V20210408::DeleteDeviceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::DeleteDeviceRequest
- Defined in:
- lib/v20210408/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.
774 775 776 777 778 |
# File 'lib/v20210408/models.rb', line 774 def initialize(productid=nil, devicename=nil, skey=nil) @ProductId = productid @DeviceName = devicename @Skey = skey end |
Instance Attribute Details
#DeviceName ⇒ Object
772 773 774 |
# File 'lib/v20210408/models.rb', line 772 def DeviceName @DeviceName end |
#ProductId ⇒ Object
772 773 774 |
# File 'lib/v20210408/models.rb', line 772 def ProductId @ProductId end |
#Skey ⇒ Object
772 773 774 |
# File 'lib/v20210408/models.rb', line 772 def Skey @Skey end |
Instance Method Details
#deserialize(params) ⇒ Object
780 781 782 783 784 |
# File 'lib/v20210408/models.rb', line 780 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @Skey = params['Skey'] end |