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.
14054 14055 14056 14057 14058 14059 |
# File 'lib/v20190423/models.rb', line 14054 def initialize(productid=nil, devicename=nil, todevicename=nil, toproductid=nil) @ProductId = productid @DeviceName = devicename @ToDeviceName = todevicename @ToProductId = toproductid end |
Instance Attribute Details
#DeviceName ⇒ Object
14052 14053 14054 |
# File 'lib/v20190423/models.rb', line 14052 def DeviceName @DeviceName end |
#ProductId ⇒ Object
14052 14053 14054 |
# File 'lib/v20190423/models.rb', line 14052 def ProductId @ProductId end |
#ToDeviceName ⇒ Object
14052 14053 14054 |
# File 'lib/v20190423/models.rb', line 14052 def ToDeviceName @ToDeviceName end |
#ToProductId ⇒ Object
14052 14053 14054 |
# File 'lib/v20190423/models.rb', line 14052 def ToProductId @ToProductId end |
Instance Method Details
#deserialize(params) ⇒ Object
14061 14062 14063 14064 14065 14066 |
# File 'lib/v20190423/models.rb', line 14061 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @ToDeviceName = params['ToDeviceName'] @ToProductId = params['ToProductId'] end |