Class: TencentCloud::Cwp::V20180228::ExportAssetEnvListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportAssetEnvListResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportAssetEnvList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetEnvListResponse
constructor
A new instance of ExportAssetEnvListResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ ExportAssetEnvListResponse
Returns a new instance of ExportAssetEnvListResponse.
26008 26009 26010 26011 |
# File 'lib/v20180228/models.rb', line 26008 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
26006 26007 26008 |
# File 'lib/v20180228/models.rb', line 26006 def RequestId @RequestId end |
#TaskId ⇒ Object
26006 26007 26008 |
# File 'lib/v20180228/models.rb', line 26006 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
26013 26014 26015 26016 |
# File 'lib/v20180228/models.rb', line 26013 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |