Class: TencentCloud::Bh::V20230418::DeleteChangePwdTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bh::V20230418::DeleteChangePwdTaskResponse
- Defined in:
- lib/v20230418/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.
1876 1877 1878 |
# File 'lib/v20230418/models.rb', line 1876 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1874 1875 1876 |
# File 'lib/v20230418/models.rb', line 1874 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1880 1881 1882 |
# File 'lib/v20230418/models.rb', line 1880 def deserialize(params) @RequestId = params['RequestId'] end |