Class: TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageRequest

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

Overview

DescribeCloudStorage请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DescribeCloudStorageRequest.



4692
4693
4694
4695
4696
4697
# File 'lib/v20190423/models.rb', line 4692

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 非NVR设备不填 NVR设备必填 默认为无



4690
4691
4692
# File 'lib/v20190423/models.rb', line 4690

def ChannelId
  @ChannelId
end

#DeviceNameObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • UserId:

    云存用户ID

  • ChannelId:

    通道ID 非NVR设备不填 NVR设备必填 默认为无



4690
4691
4692
# File 'lib/v20190423/models.rb', line 4690

def DeviceName
  @DeviceName
end

#ProductIdObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • UserId:

    云存用户ID

  • ChannelId:

    通道ID 非NVR设备不填 NVR设备必填 默认为无



4690
4691
4692
# File 'lib/v20190423/models.rb', line 4690

def ProductId
  @ProductId
end

#UserIdObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • UserId:

    云存用户ID

  • ChannelId:

    通道ID 非NVR设备不填 NVR设备必填 默认为无



4690
4691
4692
# File 'lib/v20190423/models.rb', line 4690

def UserId
  @UserId
end

Instance Method Details

#deserialize(params) ⇒ Object



4699
4700
4701
4702
4703
4704
# File 'lib/v20190423/models.rb', line 4699

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