Class: TencentCloud::Postgres::V20170312::RefreshAccountPasswordRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Postgres::V20170312::RefreshAccountPasswordRequest
- Defined in:
- lib/v20170312/models.rb
Overview
RefreshAccountPassword请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dbinstanceid = nil, username = nil) ⇒ RefreshAccountPasswordRequest
constructor
A new instance of RefreshAccountPasswordRequest.
Constructor Details
#initialize(dbinstanceid = nil, username = nil) ⇒ RefreshAccountPasswordRequest
Returns a new instance of RefreshAccountPasswordRequest.
6938 6939 6940 6941 |
# File 'lib/v20170312/models.rb', line 6938 def initialize(dbinstanceid=nil, username=nil) @DBInstanceId = dbinstanceid @UserName = username end |
Instance Attribute Details
#DBInstanceId ⇒ Object
6936 6937 6938 |
# File 'lib/v20170312/models.rb', line 6936 def DBInstanceId @DBInstanceId end |
#UserName ⇒ Object
6936 6937 6938 |
# File 'lib/v20170312/models.rb', line 6936 def UserName @UserName end |
Instance Method Details
#deserialize(params) ⇒ Object
6943 6944 6945 6946 |
# File 'lib/v20170312/models.rb', line 6943 def deserialize(params) @DBInstanceId = params['DBInstanceId'] @UserName = params['UserName'] end |