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.



4853
4854
4855
4856
4857
# File 'lib/v20190423/models.rb', line 4853

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

Instance Attribute Details

#DeviceNameObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • Thumbnail:

    缩略图文件名



4851
4852
4853
# File 'lib/v20190423/models.rb', line 4851

def DeviceName
  @DeviceName
end

#ProductIdObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • Thumbnail:

    缩略图文件名



4851
4852
4853
# File 'lib/v20190423/models.rb', line 4851

def ProductId
  @ProductId
end

#ThumbnailObject

Parameters:

  • ProductId:

    产品ID

  • DeviceName:

    设备名称

  • Thumbnail:

    缩略图文件名



4851
4852
4853
# File 'lib/v20190423/models.rb', line 4851

def Thumbnail
  @Thumbnail
end

Instance Method Details

#deserialize(params) ⇒ Object



4859
4860
4861
4862
4863
# File 'lib/v20190423/models.rb', line 4859

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