Class: TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageStreamDataRequest

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

Overview

DescribeCloudStorageStreamData请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productid = nil, devicename = nil, starttime = nil) ⇒ DescribeCloudStorageStreamDataRequest

Returns a new instance of DescribeCloudStorageStreamDataRequest.



4754
4755
4756
4757
4758
# File 'lib/v20190423/models.rb', line 4754

def initialize(productid=nil, devicename=nil, starttime=nil)
  @ProductId = productid
  @DeviceName = devicename
  @StartTime = starttime
end

Instance Attribute Details

#DeviceNameObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • StartTime:

    图片流事件开始时间



4752
4753
4754
# File 'lib/v20190423/models.rb', line 4752

def DeviceName
  @DeviceName
end

#ProductIdObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • StartTime:

    图片流事件开始时间



4752
4753
4754
# File 'lib/v20190423/models.rb', line 4752

def ProductId
  @ProductId
end

#StartTimeObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • StartTime:

    图片流事件开始时间



4752
4753
4754
# File 'lib/v20190423/models.rb', line 4752

def StartTime
  @StartTime
end

Instance Method Details

#deserialize(params) ⇒ Object



4760
4761
4762
4763
4764
# File 'lib/v20190423/models.rb', line 4760

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