Class: TencentCloud::Cwp::V20180228::DeleteProtectDirResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::DeleteProtectDirResponse
- Defined in:
- lib/v20180228/models.rb
Overview
DeleteProtectDir返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteProtectDirResponse
constructor
A new instance of DeleteProtectDirResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteProtectDirResponse
Returns a new instance of DeleteProtectDirResponse.
7252 7253 7254 |
# File 'lib/v20180228/models.rb', line 7252 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7250 7251 7252 |
# File 'lib/v20180228/models.rb', line 7250 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
7256 7257 7258 |
# File 'lib/v20180228/models.rb', line 7256 def deserialize(params) @RequestId = params['RequestId'] end |