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.



4257
4258
4259
4260
4261
4262
# File 'lib/v20190423/models.rb', line 4257

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



4255
4256
4257
# File 'lib/v20190423/models.rb', line 4255

def ChannelId
  @ChannelId
end

#DeviceNameObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • UserId:

    用户ID

  • ChannelId:

    通道ID



4255
4256
4257
# File 'lib/v20190423/models.rb', line 4255

def DeviceName
  @DeviceName
end

#ProductIdObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • UserId:

    用户ID

  • ChannelId:

    通道ID



4255
4256
4257
# File 'lib/v20190423/models.rb', line 4255

def ProductId
  @ProductId
end

#UserIdObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • UserId:

    用户ID

  • ChannelId:

    通道ID



4255
4256
4257
# File 'lib/v20190423/models.rb', line 4255

def UserId
  @UserId
end

Instance Method Details

#deserialize(params) ⇒ Object



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

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