Class: TencentCloud::Cwp::V20180228::ExportAssetPlanTaskListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportAssetPlanTaskListResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportAssetPlanTaskList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetPlanTaskListResponse
constructor
A new instance of ExportAssetPlanTaskListResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetPlanTaskListResponse
Returns a new instance of ExportAssetPlanTaskListResponse.
25858 25859 25860 25861 |
# File 'lib/v20180228/models.rb', line 25858 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
25856 25857 25858 |
# File 'lib/v20180228/models.rb', line 25856 def RequestId @RequestId end |
#TaskId ⇒ Object
25856 25857 25858 |
# File 'lib/v20180228/models.rb', line 25856 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
25863 25864 25865 25866 |
# File 'lib/v20180228/models.rb', line 25863 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |