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.
26895 26896 26897 26898 |
# File 'lib/v20180228/models.rb', line 26895 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
26893 26894 26895 |
# File 'lib/v20180228/models.rb', line 26893 def RequestId @RequestId end |
#TaskId ⇒ Object
26893 26894 26895 |
# File 'lib/v20180228/models.rb', line 26893 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
26900 26901 26902 26903 |
# File 'lib/v20180228/models.rb', line 26900 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |