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.
25875 25876 25877 25878 |
# File 'lib/v20180228/models.rb', line 25875 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
25873 25874 25875 |
# File 'lib/v20180228/models.rb', line 25873 def RequestId @RequestId end |
#TaskId ⇒ Object
25873 25874 25875 |
# File 'lib/v20180228/models.rb', line 25873 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
25880 25881 25882 25883 |
# File 'lib/v20180228/models.rb', line 25880 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |