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.
27774 27775 27776 27777 |
# File 'lib/v20180228/models.rb', line 27774 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
27772 27773 27774 |
# File 'lib/v20180228/models.rb', line 27772 def RequestId @RequestId end |
#TaskId ⇒ Object
27772 27773 27774 |
# File 'lib/v20180228/models.rb', line 27772 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
27779 27780 27781 27782 |
# File 'lib/v20180228/models.rb', line 27779 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |