Class: TencentCloud::Cwp::V20180228::ExportAssetWebAppListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportAssetWebAppListResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportAssetWebAppList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetWebAppListResponse
constructor
A new instance of ExportAssetWebAppListResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetWebAppListResponse
Returns a new instance of ExportAssetWebAppListResponse.
26686 26687 26688 26689 |
# File 'lib/v20180228/models.rb', line 26686 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
26684 26685 26686 |
# File 'lib/v20180228/models.rb', line 26684 def RequestId @RequestId end |
#TaskId ⇒ Object
26684 26685 26686 |
# File 'lib/v20180228/models.rb', line 26684 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
26691 26692 26693 26694 |
# File 'lib/v20180228/models.rb', line 26691 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |