Class: TencentCloud::Cdb::V20170320::ModifyProtectModeResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::ModifyProtectModeResponse
- Defined in:
- lib/v20170320/models.rb
Overview
ModifyProtectMode返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyProtectModeResponse
constructor
A new instance of ModifyProtectModeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyProtectModeResponse
Returns a new instance of ModifyProtectModeResponse.
11669 11670 11671 |
# File 'lib/v20170320/models.rb', line 11669 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
11667 11668 11669 |
# File 'lib/v20170320/models.rb', line 11667 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11673 11674 11675 |
# File 'lib/v20170320/models.rb', line 11673 def deserialize(params) @RequestId = params['RequestId'] end |