Class: TencentCloud::Cwp::V20180228::ExportAssetWebServiceInfoListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportAssetWebServiceInfoListResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportAssetWebServiceInfoList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetWebServiceInfoListResponse
constructor
A new instance of ExportAssetWebServiceInfoListResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetWebServiceInfoListResponse
Returns a new instance of ExportAssetWebServiceInfoListResponse.
26434 26435 26436 26437 |
# File 'lib/v20180228/models.rb', line 26434 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
26432 26433 26434 |
# File 'lib/v20180228/models.rb', line 26432 def RequestId @RequestId end |
#TaskId ⇒ Object
26432 26433 26434 |
# File 'lib/v20180228/models.rb', line 26432 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
26439 26440 26441 26442 |
# File 'lib/v20180228/models.rb', line 26439 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |