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.
4210 4211 4212 |
# File 'lib/v20170320/models.rb', line 4210 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4208 4209 4210 |
# File 'lib/v20170320/models.rb', line 4208 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4214 4215 4216 |
# File 'lib/v20170320/models.rb', line 4214 def deserialize(params) @RequestId = params['RequestId'] end |