Class: TencentCloud::Iotexplorer::V20190423::ResetCloudStorageEventRequest

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

Overview

ResetCloudStorageEvent请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResetCloudStorageEventRequest.



12709
12710
12711
12712
12713
12714
# File 'lib/v20190423/models.rb', line 12709

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



12707
12708
12709
# File 'lib/v20190423/models.rb', line 12707

def ChannelId
  @ChannelId
end

#DeviceNameObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • UserId:

    用户ID

  • ChannelId:

    通道ID



12707
12708
12709
# File 'lib/v20190423/models.rb', line 12707

def DeviceName
  @DeviceName
end

#ProductIdObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • UserId:

    用户ID

  • ChannelId:

    通道ID



12707
12708
12709
# File 'lib/v20190423/models.rb', line 12707

def ProductId
  @ProductId
end

#UserIdObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • UserId:

    用户ID

  • ChannelId:

    通道ID



12707
12708
12709
# File 'lib/v20190423/models.rb', line 12707

def UserId
  @UserId
end

Instance Method Details

#deserialize(params) ⇒ Object



12716
12717
12718
12719
12720
12721
# File 'lib/v20190423/models.rb', line 12716

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