Class: TencentCloud::Tcr::V20190924::ModifyServiceAccountPasswordResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::ModifyServiceAccountPasswordResponse
- Defined in:
- lib/v20190924/models.rb
Overview
ModifyServiceAccountPassword返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(password = nil, requestid = nil) ⇒ ModifyServiceAccountPasswordResponse
constructor
A new instance of ModifyServiceAccountPasswordResponse.
Constructor Details
#initialize(password = nil, requestid = nil) ⇒ ModifyServiceAccountPasswordResponse
Returns a new instance of ModifyServiceAccountPasswordResponse.
5670 5671 5672 5673 |
# File 'lib/v20190924/models.rb', line 5670 def initialize(password=nil, requestid=nil) @Password = password @RequestId = requestid end |
Instance Attribute Details
#Password ⇒ Object
5668 5669 5670 |
# File 'lib/v20190924/models.rb', line 5668 def Password @Password end |
#RequestId ⇒ Object
5668 5669 5670 |
# File 'lib/v20190924/models.rb', line 5668 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5675 5676 5677 5678 |
# File 'lib/v20190924/models.rb', line 5675 def deserialize(params) @Password = params['Password'] @RequestId = params['RequestId'] end |