Class: TencentCloud::Dasb::V20191018::DeleteChangePwdTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dasb::V20191018::DeleteChangePwdTaskResponse
- Defined in:
- lib/v20191018/models.rb
Overview
DeleteChangePwdTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteChangePwdTaskResponse
constructor
A new instance of DeleteChangePwdTaskResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteChangePwdTaskResponse
Returns a new instance of DeleteChangePwdTaskResponse.
1417 1418 1419 |
# File 'lib/v20191018/models.rb', line 1417 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1415 1416 1417 |
# File 'lib/v20191018/models.rb', line 1415 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1421 1422 1423 |
# File 'lib/v20191018/models.rb', line 1421 def deserialize(params) @RequestId = params['RequestId'] end |