Class: TencentCloud::Dcdb::V20180411::ModifyInstanceProtectedPropertyResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dcdb::V20180411::ModifyInstanceProtectedPropertyResponse
- Defined in:
- lib/v20180411/models.rb
Overview
ModifyInstanceProtectedProperty返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyInstanceProtectedPropertyResponse
constructor
A new instance of ModifyInstanceProtectedPropertyResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyInstanceProtectedPropertyResponse
Returns a new instance of ModifyInstanceProtectedPropertyResponse.
5431 5432 5433 |
# File 'lib/v20180411/models.rb', line 5431 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5429 5430 5431 |
# File 'lib/v20180411/models.rb', line 5429 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5435 5436 5437 |
# File 'lib/v20180411/models.rb', line 5435 def deserialize(params) @RequestId = params['RequestId'] end |