Class: TencentCloud::Iotexplorer::V20190423::TransferCloudStorageRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::TransferCloudStorageRequest
- Defined in:
- lib/v20190423/models.rb
Overview
TransferCloudStorage请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, todevicename = nil, toproductid = nil) ⇒ TransferCloudStorageRequest
constructor
A new instance of TransferCloudStorageRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, todevicename = nil, toproductid = nil) ⇒ TransferCloudStorageRequest
Returns a new instance of TransferCloudStorageRequest.
14084 14085 14086 14087 14088 14089 |
# File 'lib/v20190423/models.rb', line 14084 def initialize(productid=nil, devicename=nil, todevicename=nil, toproductid=nil) @ProductId = productid @DeviceName = devicename @ToDeviceName = todevicename @ToProductId = toproductid end |
Instance Attribute Details
#DeviceName ⇒ Object
14082 14083 14084 |
# File 'lib/v20190423/models.rb', line 14082 def DeviceName @DeviceName end |
#ProductId ⇒ Object
14082 14083 14084 |
# File 'lib/v20190423/models.rb', line 14082 def ProductId @ProductId end |
#ToDeviceName ⇒ Object
14082 14083 14084 |
# File 'lib/v20190423/models.rb', line 14082 def ToDeviceName @ToDeviceName end |
#ToProductId ⇒ Object
14082 14083 14084 |
# File 'lib/v20190423/models.rb', line 14082 def ToProductId @ToProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
14091 14092 14093 14094 14095 14096 |
# File 'lib/v20190423/models.rb', line 14091 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @ToDeviceName = params['ToDeviceName'] @ToProductId = params['ToProductId'] end |