Class: TencentCloud::Cwp::V20180228::ExportAssetPortInfoListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportAssetPortInfoListResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportAssetPortInfoList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetPortInfoListResponse
constructor
A new instance of ExportAssetPortInfoListResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetPortInfoListResponse
Returns a new instance of ExportAssetPortInfoListResponse.
25924 25925 25926 25927 |
# File 'lib/v20180228/models.rb', line 25924 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
25922 25923 25924 |
# File 'lib/v20180228/models.rb', line 25922 def RequestId @RequestId end |
#TaskId ⇒ Object
25922 25923 25924 |
# File 'lib/v20180228/models.rb', line 25922 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
25929 25930 25931 25932 |
# File 'lib/v20180228/models.rb', line 25929 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |