Class: TencentCloud::Cwp::V20180228::ExportAssetAppListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportAssetAppListResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportAssetAppList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetAppListResponse
constructor
A new instance of ExportAssetAppListResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetAppListResponse
Returns a new instance of ExportAssetAppListResponse.
25353 25354 25355 25356 |
# File 'lib/v20180228/models.rb', line 25353 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
25351 25352 25353 |
# File 'lib/v20180228/models.rb', line 25351 def RequestId @RequestId end |
#TaskId ⇒ Object
25351 25352 25353 |
# File 'lib/v20180228/models.rb', line 25351 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
25358 25359 25360 25361 |
# File 'lib/v20180228/models.rb', line 25358 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |