Class: TencentCloud::Iotcloud::V20180614::DescribeDeviceClientKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20180614::DescribeDeviceClientKeyResponse
- Defined in:
- lib/v20180614/models.rb
Overview
DescribeDeviceClientKey返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clientkey = nil, requestid = nil) ⇒ DescribeDeviceClientKeyResponse
constructor
A new instance of DescribeDeviceClientKeyResponse.
Constructor Details
#initialize(clientkey = nil, requestid = nil) ⇒ DescribeDeviceClientKeyResponse
Returns a new instance of DescribeDeviceClientKeyResponse.
1117 1118 1119 1120 |
# File 'lib/v20180614/models.rb', line 1117 def initialize(clientkey=nil, requestid=nil) @ClientKey = clientkey @RequestId = requestid end |
Instance Attribute Details
#ClientKey ⇒ Object
1115 1116 1117 |
# File 'lib/v20180614/models.rb', line 1115 def ClientKey @ClientKey end |
#RequestId ⇒ Object
1115 1116 1117 |
# File 'lib/v20180614/models.rb', line 1115 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1122 1123 1124 1125 |
# File 'lib/v20180614/models.rb', line 1122 def deserialize(params) @ClientKey = params['ClientKey'] @RequestId = params['RequestId'] end |