Class: TencentCloud::Cwp::V20180228::ExportAssetSystemPackageListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportAssetSystemPackageListResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportAssetSystemPackageList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetSystemPackageListResponse
constructor
A new instance of ExportAssetSystemPackageListResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetSystemPackageListResponse
Returns a new instance of ExportAssetSystemPackageListResponse.
26100 26101 26102 26103 |
# File 'lib/v20180228/models.rb', line 26100 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
26098 26099 26100 |
# File 'lib/v20180228/models.rb', line 26098 def RequestId @RequestId end |
#TaskId ⇒ Object
26098 26099 26100 |
# File 'lib/v20180228/models.rb', line 26098 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
26105 26106 26107 26108 |
# File 'lib/v20180228/models.rb', line 26105 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |