Class: TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageDateRequest

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

Overview

DescribeCloudStorageDate请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productid = nil, devicename = nil, userid = nil, channelid = nil) ⇒ DescribeCloudStorageDateRequest

Returns a new instance of DescribeCloudStorageDateRequest.



4269
4270
4271
4272
4273
4274
# File 'lib/v20190423/models.rb', line 4269

def initialize(productid=nil, devicename=nil, userid=nil, channelid=nil)
  @ProductId = productid
  @DeviceName = devicename
  @UserId = userid
  @ChannelId = channelid
end

Instance Attribute Details

#ChannelIdObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • UserId:

    用户ID

  • ChannelId:

    通道ID



4267
4268
4269
# File 'lib/v20190423/models.rb', line 4267

def ChannelId
  @ChannelId
end

#DeviceNameObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • UserId:

    用户ID

  • ChannelId:

    通道ID



4267
4268
4269
# File 'lib/v20190423/models.rb', line 4267

def DeviceName
  @DeviceName
end

#ProductIdObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • UserId:

    用户ID

  • ChannelId:

    通道ID



4267
4268
4269
# File 'lib/v20190423/models.rb', line 4267

def ProductId
  @ProductId
end

#UserIdObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • UserId:

    用户ID

  • ChannelId:

    通道ID



4267
4268
4269
# File 'lib/v20190423/models.rb', line 4267

def UserId
  @UserId
end

Instance Method Details

#deserialize(params) ⇒ Object



4276
4277
4278
4279
4280
4281
# File 'lib/v20190423/models.rb', line 4276

def deserialize(params)
  @ProductId = params['ProductId']
  @DeviceName = params['DeviceName']
  @UserId = params['UserId']
  @ChannelId = params['ChannelId']
end