Class: TencentCloud::Iotexplorer::V20190423::DescribeDevicePackagesRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190423/models.rb

Overview

DescribeDevicePackages请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ChannelIdObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • Limit:

    分页拉取数量

  • Offset:

    分页拉取偏移

  • CSUserId:

    用户id

  • ChannelId:

    通道id



5348
5349
5350
# File 'lib/v20190423/models.rb', line 5348

def ChannelId
  @ChannelId
end

#CSUserIdObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • Limit:

    分页拉取数量

  • Offset:

    分页拉取偏移

  • CSUserId:

    用户id

  • ChannelId:

    通道id



5348
5349
5350
# File 'lib/v20190423/models.rb', line 5348

def CSUserId
  @CSUserId
end

#DeviceNameObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • Limit:

    分页拉取数量

  • Offset:

    分页拉取偏移

  • CSUserId:

    用户id

  • ChannelId:

    通道id



5348
5349
5350
# File 'lib/v20190423/models.rb', line 5348

def DeviceName
  @DeviceName
end

#LimitObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • Limit:

    分页拉取数量

  • Offset:

    分页拉取偏移

  • CSUserId:

    用户id

  • ChannelId:

    通道id



5348
5349
5350
# File 'lib/v20190423/models.rb', line 5348

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • Limit:

    分页拉取数量

  • Offset:

    分页拉取偏移

  • CSUserId:

    用户id

  • ChannelId:

    通道id



5348
5349
5350
# File 'lib/v20190423/models.rb', line 5348

def Offset
  @Offset
end

#ProductIdObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • Limit:

    分页拉取数量

  • Offset:

    分页拉取偏移

  • CSUserId:

    用户id

  • ChannelId:

    通道id



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