Class: TencentCloud::Iotcloud::V20180614::DescribeLoraDeviceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20180614::DescribeLoraDeviceResponse
- Defined in:
- lib/v20180614/models.rb
Overview
DescribeLoraDevice返回参数结构体
Instance Attribute Summary collapse
- #AppEui ⇒ Object
- #AppKey ⇒ Object
- #ClassType ⇒ Object
- #DeviceEui ⇒ Object
- #DeviceName ⇒ Object
- #ProductId ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(devicename = nil, appeui = nil, deviceeui = nil, appkey = nil, classtype = nil, productid = nil, requestid = nil) ⇒ DescribeLoraDeviceResponse
constructor
A new instance of DescribeLoraDeviceResponse.
Constructor Details
#initialize(devicename = nil, appeui = nil, deviceeui = nil, appkey = nil, classtype = nil, productid = nil, requestid = nil) ⇒ DescribeLoraDeviceResponse
Returns a new instance of DescribeLoraDeviceResponse.
1937 1938 1939 1940 1941 1942 1943 1944 1945 |
# File 'lib/v20180614/models.rb', line 1937 def initialize(devicename=nil, appeui=nil, deviceeui=nil, appkey=nil, classtype=nil, productid=nil, requestid=nil) @DeviceName = devicename @AppEui = appeui @DeviceEui = deviceeui @AppKey = appkey @ClassType = classtype @ProductId = productid @RequestId = requestid end |
Instance Attribute Details
#AppEui ⇒ Object
1935 1936 1937 |
# File 'lib/v20180614/models.rb', line 1935 def AppEui @AppEui end |
#AppKey ⇒ Object
1935 1936 1937 |
# File 'lib/v20180614/models.rb', line 1935 def AppKey @AppKey end |
#ClassType ⇒ Object
1935 1936 1937 |
# File 'lib/v20180614/models.rb', line 1935 def ClassType @ClassType end |
#DeviceEui ⇒ Object
1935 1936 1937 |
# File 'lib/v20180614/models.rb', line 1935 def DeviceEui @DeviceEui end |
#DeviceName ⇒ Object
1935 1936 1937 |
# File 'lib/v20180614/models.rb', line 1935 def DeviceName @DeviceName end |
#ProductId ⇒ Object
1935 1936 1937 |
# File 'lib/v20180614/models.rb', line 1935 def ProductId @ProductId end |
#RequestId ⇒ Object
1935 1936 1937 |
# File 'lib/v20180614/models.rb', line 1935 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1947 1948 1949 1950 1951 1952 1953 1954 1955 |
# File 'lib/v20180614/models.rb', line 1947 def deserialize(params) @DeviceName = params['DeviceName'] @AppEui = params['AppEui'] @DeviceEui = params['DeviceEui'] @AppKey = params['AppKey'] @ClassType = params['ClassType'] @ProductId = params['ProductId'] @RequestId = params['RequestId'] end |