Class: TencentCloud::Cwp::V20180228::ExportAssetInitServiceListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportAssetInitServiceListResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportAssetInitServiceList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetInitServiceListResponse
constructor
A new instance of ExportAssetInitServiceListResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetInitServiceListResponse
Returns a new instance of ExportAssetInitServiceListResponse.
26085 26086 26087 26088 |
# File 'lib/v20180228/models.rb', line 26085 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
26083 26084 26085 |
# File 'lib/v20180228/models.rb', line 26083 def RequestId @RequestId end |
#TaskId ⇒ Object
26083 26084 26085 |
# File 'lib/v20180228/models.rb', line 26083 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
26090 26091 26092 26093 |
# File 'lib/v20180228/models.rb', line 26090 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |