Class: TencentCloud::Cwp::V20180228::ExportAssetMachineListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportAssetMachineListResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportAssetMachineList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetMachineListResponse
constructor
A new instance of ExportAssetMachineListResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetMachineListResponse
Returns a new instance of ExportAssetMachineListResponse.
26258 26259 26260 26261 |
# File 'lib/v20180228/models.rb', line 26258 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
26256 26257 26258 |
# File 'lib/v20180228/models.rb', line 26256 def RequestId @RequestId end |
#TaskId ⇒ Object
26256 26257 26258 |
# File 'lib/v20180228/models.rb', line 26256 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
26263 26264 26265 26266 |
# File 'lib/v20180228/models.rb', line 26263 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |