Class: TencentCloud::Cdb::V20170320::DeleteRotationPasswordResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::DeleteRotationPasswordResponse
- Defined in:
- lib/v20170320/models.rb
Overview
DeleteRotationPassword返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteRotationPasswordResponse
constructor
A new instance of DeleteRotationPasswordResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteRotationPasswordResponse
Returns a new instance of DeleteRotationPasswordResponse.
4264 4265 4266 |
# File 'lib/v20170320/models.rb', line 4264 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4262 4263 4264 |
# File 'lib/v20170320/models.rb', line 4262 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4268 4269 4270 |
# File 'lib/v20170320/models.rb', line 4268 def deserialize(params) @RequestId = params['RequestId'] end |