Class: TencentCloud::Iotcloud::V20180614::DescribeDeviceClientKeyRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20180614::DescribeDeviceClientKeyRequest
- Defined in:
- lib/v20180614/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.
1097 1098 1099 1100 |
# File 'lib/v20180614/models.rb', line 1097 def initialize(productid=nil, devicename=nil) @ProductId = productid @DeviceName = devicename end |
Instance Attribute Details
#DeviceName ⇒ Object
1095 1096 1097 |
# File 'lib/v20180614/models.rb', line 1095 def DeviceName @DeviceName end |
#ProductId ⇒ Object
1095 1096 1097 |
# File 'lib/v20180614/models.rb', line 1095 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
1102 1103 1104 1105 |
# File 'lib/v20180614/models.rb', line 1102 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] end |