Class: TencentCloud::Iotexplorer::V20190423::DescribeDevicePackagesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeDevicePackagesRequest
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeDevicePackages请求参数结构体
Instance Attribute Summary collapse
- #ChannelId ⇒ Object
- #CSUserId ⇒ Object
- #DeviceName ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #ProductId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, limit = nil, offset = nil, csuserid = nil, channelid = nil) ⇒ DescribeDevicePackagesRequest
constructor
A new instance of DescribeDevicePackagesRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, limit = nil, offset = nil, csuserid = nil, channelid = nil) ⇒ DescribeDevicePackagesRequest
Returns a new instance of DescribeDevicePackagesRequest.
5350 5351 5352 5353 5354 5355 5356 5357 |
# File 'lib/v20190423/models.rb', line 5350 def initialize(productid=nil, devicename=nil, limit=nil, offset=nil, csuserid=nil, channelid=nil) @ProductId = productid @DeviceName = devicename @Limit = limit @Offset = offset @CSUserId = csuserid @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
5348 5349 5350 |
# File 'lib/v20190423/models.rb', line 5348 def ChannelId @ChannelId end |
#CSUserId ⇒ Object
5348 5349 5350 |
# File 'lib/v20190423/models.rb', line 5348 def CSUserId @CSUserId end |
#DeviceName ⇒ Object
5348 5349 5350 |
# File 'lib/v20190423/models.rb', line 5348 def DeviceName @DeviceName end |
#Limit ⇒ Object
5348 5349 5350 |
# File 'lib/v20190423/models.rb', line 5348 def Limit @Limit end |
#Offset ⇒ Object
5348 5349 5350 |
# File 'lib/v20190423/models.rb', line 5348 def Offset @Offset end |
#ProductId ⇒ Object
5348 5349 5350 |
# File 'lib/v20190423/models.rb', line 5348 def ProductId @ProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
5359 5360 5361 5362 5363 5364 5365 5366 |
# File 'lib/v20190423/models.rb', line 5359 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @Limit = params['Limit'] @Offset = params['Offset'] @CSUserId = params['CSUserId'] @ChannelId = params['ChannelId'] end |