Class: TencentCloud::Iotcloud::V20210408::DescribeDeviceClientKeyRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::DescribeDeviceClientKeyRequest
- Defined in:
- lib/v20210408/models.rb
Overview
DescribeDeviceClientKey请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil) ⇒ DescribeDeviceClientKeyRequest
constructor
A new instance of DescribeDeviceClientKeyRequest.
Constructor Details
#initialize(productid = nil, devicename = nil) ⇒ DescribeDeviceClientKeyRequest
Returns a new instance of DescribeDeviceClientKeyRequest.
1020 1021 1022 1023 |
# File 'lib/v20210408/models.rb', line 1020 def initialize(productid=nil, devicename=nil) @ProductId = productid @DeviceName = devicename end |
Instance Attribute Details
#DeviceName ⇒ Object
1018 1019 1020 |
# File 'lib/v20210408/models.rb', line 1018 def DeviceName @DeviceName end |
#ProductId ⇒ Object
1018 1019 1020 |
# File 'lib/v20210408/models.rb', line 1018 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
1025 1026 1027 1028 |
# File 'lib/v20210408/models.rb', line 1025 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] end |