Class: TencentCloud::Iotcloud::V20210408::DescribeDeviceClientKeyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20210408::DescribeDeviceClientKeyResponse
- Defined in:
- lib/v20210408/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.
1040 1041 1042 1043 |
# File 'lib/v20210408/models.rb', line 1040 def initialize(clientkey=nil, requestid=nil) @ClientKey = clientkey @RequestId = requestid end |
Instance Attribute Details
#ClientKey ⇒ Object
1038 1039 1040 |
# File 'lib/v20210408/models.rb', line 1038 def ClientKey @ClientKey end |
#RequestId ⇒ Object
1038 1039 1040 |
# File 'lib/v20210408/models.rb', line 1038 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1045 1046 1047 1048 |
# File 'lib/v20210408/models.rb', line 1045 def deserialize(params) @ClientKey = params['ClientKey'] @RequestId = params['RequestId'] end |