Class: TencentCloud::Iotexplorer::V20190423::DescribeCloudStorageThumbnailRequest

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

Overview

DescribeCloudStorageThumbnail请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(productid = nil, devicename = nil, thumbnail = nil) ⇒ DescribeCloudStorageThumbnailRequest

Returns a new instance of DescribeCloudStorageThumbnailRequest.



4865
4866
4867
4868
4869
# File 'lib/v20190423/models.rb', line 4865

def initialize(productid=nil, devicename=nil, thumbnail=nil)
  @ProductId = productid
  @DeviceName = devicename
  @Thumbnail = thumbnail
end

Instance Attribute Details

#DeviceNameObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • Thumbnail:

    缩略图文件名



4863
4864
4865
# File 'lib/v20190423/models.rb', line 4863

def DeviceName
  @DeviceName
end

#ProductIdObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • Thumbnail:

    缩略图文件名



4863
4864
4865
# File 'lib/v20190423/models.rb', line 4863

def ProductId
  @ProductId
end

#ThumbnailObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • Thumbnail:

    缩略图文件名



4863
4864
4865
# File 'lib/v20190423/models.rb', line 4863

def Thumbnail
  @Thumbnail
end

Instance Method Details

#deserialize(params) ⇒ Object



4871
4872
4873
4874
4875
# File 'lib/v20190423/models.rb', line 4871

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