Class: TencentCloud::Cwp::V20180228::ExportBaselineEffectHostListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportBaselineEffectHostListResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportBaselineEffectHostList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportBaselineEffectHostListResponse
constructor
A new instance of ExportBaselineEffectHostListResponse.
Constructor Details
#initialize(downloadurl = nil, taskid = nil, requestid = nil) ⇒ ExportBaselineEffectHostListResponse
Returns a new instance of ExportBaselineEffectHostListResponse.
27014 27015 27016 27017 27018 |
# File 'lib/v20180228/models.rb', line 27014 def initialize(downloadurl=nil, taskid=nil, requestid=nil) @DownloadUrl = downloadurl @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#DownloadUrl ⇒ Object
27012 27013 27014 |
# File 'lib/v20180228/models.rb', line 27012 def DownloadUrl @DownloadUrl end |
#RequestId ⇒ Object
27012 27013 27014 |
# File 'lib/v20180228/models.rb', line 27012 def RequestId @RequestId end |
#TaskId ⇒ Object
27012 27013 27014 |
# File 'lib/v20180228/models.rb', line 27012 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
27020 27021 27022 27023 27024 |
# File 'lib/v20180228/models.rb', line 27020 def deserialize(params) @DownloadUrl = params['DownloadUrl'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |