Class: TencentCloud::Cwp::V20180228::ExportProtectDirListResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportProtectDirListResponse
- Defined in:
- lib/v20180228/models.rb
Overview
ExportProtectDirList返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ ExportProtectDirListResponse
constructor
A new instance of ExportProtectDirListResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ ExportProtectDirListResponse
Returns a new instance of ExportProtectDirListResponse.
28235 28236 28237 28238 |
# File 'lib/v20180228/models.rb', line 28235 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
28233 28234 28235 |
# File 'lib/v20180228/models.rb', line 28233 def RequestId @RequestId end |
#TaskId ⇒ Object
28233 28234 28235 |
# File 'lib/v20180228/models.rb', line 28233 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
28240 28241 28242 28243 |
# File 'lib/v20180228/models.rb', line 28240 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |