Class: TencentCloud::Ckafka::V20190819::ModifyPasswordRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::ModifyPasswordRequest
- Defined in:
- lib/v20190819/models.rb
Overview
ModifyPassword请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, name = nil, password = nil, passwordnew = nil) ⇒ ModifyPasswordRequest
constructor
A new instance of ModifyPasswordRequest.
Constructor Details
#initialize(instanceid = nil, name = nil, password = nil, passwordnew = nil) ⇒ ModifyPasswordRequest
Returns a new instance of ModifyPasswordRequest.
9495 9496 9497 9498 9499 9500 |
# File 'lib/v20190819/models.rb', line 9495 def initialize(instanceid=nil, name=nil, password=nil, passwordnew=nil) @InstanceId = instanceid @Name = name @Password = password @PasswordNew = passwordnew end |
Instance Attribute Details
#InstanceId ⇒ Object
9493 9494 9495 |
# File 'lib/v20190819/models.rb', line 9493 def InstanceId @InstanceId end |
#Name ⇒ Object
9493 9494 9495 |
# File 'lib/v20190819/models.rb', line 9493 def Name @Name end |
#Password ⇒ Object
9493 9494 9495 |
# File 'lib/v20190819/models.rb', line 9493 def Password @Password end |
#PasswordNew ⇒ Object
9493 9494 9495 |
# File 'lib/v20190819/models.rb', line 9493 def PasswordNew @PasswordNew end |
Instance Method Details
#deserialize(params) ⇒ Object
9502 9503 9504 9505 9506 9507 |
# File 'lib/v20190819/models.rb', line 9502 def deserialize(params) @InstanceId = params['InstanceId'] @Name = params['Name'] @Password = params['Password'] @PasswordNew = params['PasswordNew'] end |