Class: TencentCloud::Cwp::V20180228::ExportAssetCoreModuleListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportAssetCoreModuleListResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportAssetCoreModuleList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetCoreModuleListResponse
constructor
A new instance of ExportAssetCoreModuleListResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetCoreModuleListResponse
Returns a new instance of ExportAssetCoreModuleListResponse.
25414 25415 25416 25417 |
# File 'lib/v20180228/models.rb', line 25414 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
25412 25413 25414 |
# File 'lib/v20180228/models.rb', line 25412 def RequestId @RequestId end |
#TaskId ⇒ Object
25412 25413 25414 |
# File 'lib/v20180228/models.rb', line 25412 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
25419 25420 25421 25422 |
# File 'lib/v20180228/models.rb', line 25419 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |