Class: TencentCloud::Cdb::V20170320::CreateRotationPasswordResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::CreateRotationPasswordResponse
- Defined in:
- lib/v20170320/models.rb
Overview
CreateRotationPassword返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateRotationPasswordResponse
constructor
A new instance of CreateRotationPasswordResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateRotationPasswordResponse
Returns a new instance of CreateRotationPasswordResponse.
3772 3773 3774 |
# File 'lib/v20170320/models.rb', line 3772 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3770 3771 3772 |
# File 'lib/v20170320/models.rb', line 3770 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3776 3777 3778 |
# File 'lib/v20170320/models.rb', line 3776 def deserialize(params) @RequestId = params['RequestId'] end |